Closed
Bug 232338
Opened 19 years ago
Closed 19 years ago
Footer is wider than the rest of the page
Categories
(Bugzilla :: User Interface, defect, P2)
Bugzilla
User Interface
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: henrik, Assigned: gerv)
References
Details
Attachments
(3 files, 1 obsolete file)
115.98 KB,
image/png
|
Details | |
3.81 KB,
patch
|
Details | Diff | Splinter Review | |
4.86 KB,
patch
|
justdave
:
review+
|
Details | Diff | Splinter Review |
After the recent "upgrade" of b.m.o I have now got 70 queries in the footer. However the lines breaks are such that the footer is wider than the rest of the page. I believe this to be caused by either the number of queries or the way the "logout: <email addr>" formatting. I will attach a screenshot
Reporter | ||
Comment 1•19 years ago
|
||
This shows the probem, as seen only half the footer is shown. Problem is slightly bettered if I close the sidebar.
Assignee | ||
Comment 2•19 years ago
|
||
Henrik: could you do a Save Page As on a sample page with your footer, and attach the resulting HTML? Gerv
Assignee | ||
Updated•19 years ago
|
Assignee: myk → gerv
Priority: -- → P2
Target Milestone: --- → Bugzilla 2.18
Comment 3•19 years ago
|
||
The main problem is that the second column of the first table row in the footer (everything from "New" to the email address) has HTML attribute nowrap="nowrap". If you want to see this problem, just make your window ~730 pixels wide (as in the screenshot). But then, a lot of the web looks broken at 730 pixels...
Assignee | ||
Comment 4•19 years ago
|
||
This patch rearranges the footer a bit so that it resizes more gracefully, and is organised a bit more logically. Gerv
Assignee | ||
Comment 5•19 years ago
|
||
And here's what it looks like on my local test installation. Gerv
Assignee | ||
Updated•19 years ago
|
Blocks: bmo-regressions-old
Assignee | ||
Comment 6•19 years ago
|
||
Comment on attachment 140443 [details] [diff] [review] Patch v.1 Myk: what do you think? Gerv
Attachment #140443 -
Flags: review?(myk)
Comment 7•19 years ago
|
||
linkinfooter is coming back per bug 232176, and nowrap has been around since before b.m.o last upgraded, so removing this from the list of regressions and making it dependent on 232176.
No longer blocks: bmo-regressions-old
Depends on: 232176
Comment 8•19 years ago
|
||
Comment on attachment 140443 [details] [diff] [review] Patch v.1 (UI review only) Looks pretty good, but "prefs" should move to the first line so the average user doesn't have to see the second line of "edit" links at all.
Attachment #140443 -
Flags: review?(myk)
Assignee | ||
Comment 9•19 years ago
|
||
Myk: I actually think the extra line serves a useful purpose as a buffer between the action links and the saved searches. Otherwise, the thing gets to be a bit of a forest where it's hard to see what's wanted. (To fix that for admins, actually, maybe we should style saved searches differently...) Gerv
Assignee | ||
Updated•19 years ago
|
Attachment #140443 -
Flags: review?(justdave)
Assignee | ||
Comment 10•19 years ago
|
||
Dave: this review request is still valid :-) Gerv
Comment 11•19 years ago
|
||
Comment on attachment 140443 [details] [diff] [review] Patch v.1 I don't think SanityCheck belongs on the Edit line. I also think all of the admin stuff should disappear out of the footer entirely, and be replaced with a link to a page with an overview of the administrative tools. But that's a task for another bug. :)
Assignee | ||
Comment 12•19 years ago
|
||
Moves Sanity Check to the top line. Gerv
Attachment #140443 -
Attachment is obsolete: true
Attachment #140444 -
Attachment is obsolete: true
Assignee | ||
Updated•19 years ago
|
Attachment #140443 -
Attachment is obsolete: false
Attachment #140443 -
Flags: review?(justdave)
Assignee | ||
Updated•19 years ago
|
Attachment #144213 -
Flags: review?(justdave)
Comment 13•19 years ago
|
||
Comment on attachment 144213 [details] [diff] [review] Patch v.2 This works for me :) re-wraps nicely when you resize the window, too. My only nit is that "My Votes" gets split onto both lines if you resize the window just right. I don't think it's a big deal though and you're welcome to not fix it :)
Attachment #144213 -
Flags: review?(justdave) → review+
Updated•19 years ago
|
Flags: approval+
Comment 14•19 years ago
|
||
Comment on attachment 144213 [details] [diff] [review] Patch v.2 >Index: template/en/default/global/useful-links.html.tmpl > [% IF user && Param('usevotes') %] > | <a href="votes.cgi?action=show_user">My Votes</a> Yeah, missed an here.
Assignee | ||
Comment 15•19 years ago
|
||
Fixed. Checking in template/en/default/global/useful-links.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/global/useful-links.html.tmpl,v <-- useful-links.html.tmpl new revision: 1.24; previous revision: 1.23 done Gerv
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•