Closed
Bug 314055
Opened 19 years ago
Closed 19 years ago
Incorrect layout on footer bar - words overlap
Categories
(Bugzilla :: User Interface, defect)
Bugzilla
User Interface
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: chris, Assigned: cso)
References
()
Details
Attachments
(2 files, 1 obsolete file)
42.65 KB,
image/png
|
Details | |
819 bytes,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5
Build Identifier: Safari Version 2.0.1 (412.5)
With the upgrade to, the footer bar at the bottom of every show bug page overlaps the label at the bottom left and the links to the right of it. Specifically, "My Bugs" gets drawn on top of "Saved Searches:", usually just over the colon. It stays the same whether or not I shrink or enlarge the text.
Reproducible: Always
Comment 2•19 years ago
|
||
Probably the old CSS for 2.18 is kept in the cache of your browser. Try clearing your cache and reloading the page. This should fix the UI problem.
Assignee | ||
Comment 3•19 years ago
|
||
Confirming with:
Mozilla/5.0 (compatible; Konqueror/3.4; Linux 2.6.10-5-386; X11; i686; en_US) KHTML/3.4.2 (like Gecko) (Debian package 4:3.4.2-0ubuntu0hoary2)-0
Also occuring on local test installs and Landfill.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 4•19 years ago
|
||
Increase size of the label div to be 8.2em. This fixes it on my version of Konqueror, where this problem also appears. Not sure about Safari as I don't have a Mac.
Assignee | ||
Comment 5•19 years ago
|
||
Image showing before and after this patch...
After is above
Before is below
Assignee | ||
Comment 6•19 years ago
|
||
Highlight an issue justdave pointed out in Safari with lots of Saved Searches. This fixes it for Konqueror, but leaves it broken in IE. It seems IE doesn't support "display: table-cell;" - I can't see any adverse effects from my limited testing.
Attachment #202906 -
Attachment is obsolete: true
Attachment #202914 -
Flags: review?
Attachment #202906 -
Flags: review?
Reporter | ||
Comment 7•19 years ago
|
||
Tried out the patch changes on a local copy on safari/Mac OSX - word spacing is correct now as in image.
Updated•19 years ago
|
Comment 8•19 years ago
|
||
Comment on attachment 202914 [details] [diff] [review]
Patch v2
The 8.2em part is correct and fixes the footer for me in Internet Explorer.
I full agree with the second part (moving table-cell display in the general CSS declaration). We shouldn't hide CSS2-compliant declarations in quirks made specifically for IE.
The:
- display: block;
statement is correctly removed by your patch, since it's incorrect; it should be table-cell per standards in the first place.
I've also tested the second part and leaves IE unchanged (with the first part already applied - which fixed the footer). If this fixes Konqueror (and maybe other less-than-popular browsers) - cool!
Attachment #202914 -
Flags: review? → review+
Comment 9•19 years ago
|
||
full -> fully
and leaves -> and it leaves (in the previous comment)
Updated•19 years ago
|
Flags: approval?
Flags: approval2.20?
Target Milestone: --- → Bugzilla 2.20
Comment 10•19 years ago
|
||
Since it fixes Konqueror, setting OS/Hardware to All/All.
OS: MacOS X → All
Hardware: Macintosh → All
Comment 11•19 years ago
|
||
See also bug 321556. Your comments are welcome :)
Updated•19 years ago
|
Flags: approval?
Flags: approval2.22+
Flags: approval2.20?
Flags: approval2.20+
Flags: approval+
Comment 12•19 years ago
|
||
Checking in skins/standard/global.css;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v <-- global.css
new revision: 1.17; previous revision: 1.16
done
Checking in skins/standard/global.css;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v <-- global.css
new revision: 1.16.2.1; previous revision: 1.16
done
Checking in skins/standard/global.css;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v <-- global.css
new revision: 1.12.4.2; previous revision: 1.12.4.1
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•