[Bug 727631] New: web interface / view SR: "Issues mentioned" hidden by diff
https://bugzilla.novell.com/show_bug.cgi?id=727631 https://bugzilla.novell.com/show_bug.cgi?id=727631#c0 Summary: web interface / view SR: "Issues mentioned" hidden by diff Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: suse-beta@cboltz.de QAContact: adrian@suse.com Found By: Beta-Customer Blocker: --- Created an attachment (id=459804) --> (http://bugzilla.novell.com/attachment.cgi?id=459804) screenshot (with additional background:red for the "issues mentioned" box) When viewing a SR in the web interface, the box "Issues mentioned" with bugzilla links is hidden behind the diff - at least in Firefox 7.0.1 on 12.1 RC1. (Konqueror displays the box completely.) Reproducer: open https://build.opensuse.org/request/show/89885 with firefox and search for "Issues mentioned". Expected result: you should see a link to bnc#725967 In the attached screenshot, I've colored the box with red background to make it more visible. The easy fix is to add the following code after the box: <div style="clear:both"></div> but that doesn't look too nice. A better-looking fix would be to move the box upwards, right of the "Diff" headline. This will still need the additional "clear:both" div. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=727631 https://bugzilla.novell.com/show_bug.cgi?id=727631#c1 --- Comment #1 from Christian Boltz <suse-beta@cboltz.de> 2011-11-01 21:56:48 CET --- Alternative solution: change <div style="float:right;"> to <div style="float: right; position: relative; z-index: 1;"> (z-index doesn't work without position:relative in combination with float) While this will probably look better, it might hide/overlap parts of the diff. This shouldn't be a real problem for the diff of the changes file, but might hurt if lots of issues are mentioned and the issues list overlaps the diff of other files. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=727631 https://bugzilla.novell.com/show_bug.cgi?id=727631#c2 Sascha Peilicke <speilicke@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |speilicke@suse.com Resolution| |FIXED AssignedTo|bnc-team-screening@forge.pr |speilicke@suse.com |ovo.novell.com | --- Comment #2 from Sascha Peilicke <speilicke@suse.com> 2011-11-04 10:16:39 UTC --- Yep, already fixed with the move to CodeMirror2 editor. Will land on build.opensuse.org shortly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com