Closed Bug 314055 Opened 19 years ago Closed 19 years ago

Incorrect layout on footer bar - words overlap

Categories

(Bugzilla :: User Interface, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 2.20

People

(Reporter: chris, Assigned: cso)

References

()

Details

Attachments

(2 files, 1 obsolete file)

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
(upgrade to v2.20)
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.
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
Attached patch Patch v1 (obsolete) — Splinter Review
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: myk → colin.ogilvie
Status: NEW → ASSIGNED
Attachment #202906 - Flags: review?
Attached image Before and After
Image showing before and after this patch... After is above Before is below
Attached patch Patch v2Splinter Review
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?
Tried out the patch changes on a local copy on safari/Mac OSX - word spacing is correct now as in image.
Blocks: bmo-skin-cleanup
No longer blocks: bmo-regress-20051022
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+
full -> fully and leaves -> and it leaves (in the previous comment)
Flags: approval?
Flags: approval2.20?
Target Milestone: --- → Bugzilla 2.20
Since it fixes Konqueror, setting OS/Hardware to All/All.
OS: MacOS X → All
Hardware: Macintosh → All
See also bug 321556. Your comments are welcome :)
Flags: approval?
Flags: approval2.22+
Flags: approval2.20?
Flags: approval2.20+
Flags: approval+
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.

Attachment

General

Created:
Updated:
Size: