Closed
Bug 426989
Opened 18 years ago
Closed 18 years ago
Long sidebar on details page continues below footer
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
3.4.2
People
(Reporter: wenzel, Assigned: clouserw)
References
()
Details
Attachments
(2 files)
|
55.23 KB,
image/jpeg
|
Details | |
|
2.97 KB,
patch
|
morgamic
:
review+
|
Details | Diff | Splinter Review |
Add-ons where the author has a lot of other add-ons can result in the right sidebar continuing *below* the page footer. That looks quite odd.
Expected behavior: The sidebar should push the footer as low as it needs to go in order not to conflict with the sidebar content.
Updated•18 years ago
|
Target Milestone: --- → 3.4
Updated•18 years ago
|
Assignee: nobody → craigcook.bugz
Updated•18 years ago
|
Target Milestone: 3.4 → 3.4.1
Comment 1•18 years ago
|
||
The sidebar is positioned with CSS and taken out of the natural document flow, so the footer (and indeed the rest of the page) doesn't make any accommodations for its size.
I can rework the layout so it uses floated elements rather than positioning, since floats do affect the layout of adjacent elements and can push the footer down as needed. Hopefully the fix won't require any changes to the markup, just the style sheet.
| Assignee | ||
Comment 2•18 years ago
|
||
What's the status on this? Do you need any help?
Comment 3•18 years ago
|
||
Unfortunately floated layouts dictate the source order of elements, so it doesn't seem like this is an easy fix. It'll require a more significant rebuild of the structural markup, which is probably beyond the scope of this release. Sorry about that.
My interim suggestion would be to show a truncated list of the author's addons in the sidebar (which is how I interpreted the mockup when I was building the page). So maybe if the list is limited to a maximum of 5 or 10 (not sure how the 5 or 10 should be chosen... alphabetical, by popularity, random?) followed by a "more..." link that'll solve all our problems.
Comment 4•18 years ago
|
||
17:00 <@morgamic> could put everything in a auto-submit select list
| Reporter | ||
Comment 5•18 years ago
|
||
(In reply to comment #4)
> 17:00 <@morgamic> could put everything in a auto-submit select list
I like the idea. How about if there are <= 3 add-ons in the list, we make a regular list, otherwise a dropdown.
Comment 6•18 years ago
|
||
Sounds good to me. Objections?
Updated•18 years ago
|
Assignee: craigcook.bugz → morgamic
Target Milestone: 3.4.1 → 3.4.2
Updated•18 years ago
|
Assignee: morgamic → clouserw
| Assignee | ||
Comment 7•18 years ago
|
||
This feels really hackish to me. I'd much rather fix the layout so it expands as necessary.
Attachment #320258 -
Flags: review?(fwenzel)
Comment 8•18 years ago
|
||
Comment on attachment 320258 [details] [diff] [review]
add select list
select is off-center, but this'll work in the short term until we make larger template adjustments. thanks for adding the submit button.
Attachment #320258 -
Flags: review?(fwenzel) → review+
| Assignee | ||
Comment 9•18 years ago
|
||
fix is in r13063
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Verified FIXED; https://preview.addons.mozilla.org/en-US/firefox/addon/1932 is a good testcase. I also tested with JavaScript disabled, and it worked just fine (comment 8).
Also tested that https://preview.addons.mozilla.org/en-US/firefox/addon/5207 (with only three add-ons, and thus, doesn't meet the condition to populate as a <select> correctly displays/works.
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•