Closed
Bug 551828
Opened 15 years ago
Closed 15 years ago
Advanced search tab is misplaced
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
5.10
People
(Reporter: stephend, Assigned: craigcook)
References
()
Details
(Whiteboard: [z])
Attachments
(2 files)
URL: https://preview.addons.mozilla.org/z/en-US/firefox/ (Zamboni-only.)
The "Advanced" search-flyout tab isn't anchored correctly to the bottom of the search textfield; see the screenshot or the Zamboni URL, above.
Comment 1•15 years ago
|
||
This broke after http://github.com/davedash/amo-js/commit/e87ecdfb
Updated•15 years ago
|
Keywords: regression
Summary: "Advanced" search-flyout tab isn't correctly anchored/aligned with the bottom of the search textfield → Advanced search tab is misplaced
Whiteboard: [z][need:livepages]
Version: 3.2 → 4.x
Updated•15 years ago
|
Assignee: nobody → jbalogh
Comment 4•15 years ago
|
||
I've been seeing this for years, even on our current live site. Whenever I mentioned it everyone said it was just my browser so I've ignored it. I'm glad you all get to suffer now too. :)
Craig - can you look at this and fix it once and for all?
Assignee: jbalogh → craigcook.bugz
Target Milestone: --- → 5.10
| Assignee | ||
Comment 5•15 years ago
|
||
The tab is positioned at the bottom of the .search-form div, so the bottom padding of that div needs to be equivalent to the height of the tab (which is the height of the text plus a bit of padding of its own).
.search-form {
padding-bottom: 1.65em;
margin-bottom: .5em;
}
Fixed in r65480.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•15 years ago
|
||
I think this needs merging into Zamboni.
| Reporter | ||
Comment 7•15 years ago
|
||
| Reporter | ||
Comment 8•15 years ago
|
||
Verified FIXED.
Status: RESOLVED → VERIFIED
Whiteboard: [z][need:livepages] → [z]
Updated•9 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
•