Closed
Bug 503395
Opened 17 years ago
Closed 17 years ago
Advanced Search dropdown displays on top of contents in IE7
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
5.0.7
People
(Reporter: retornam, Assigned: jbalogh)
References
()
Details
Attachments
(1 file)
|
7.51 KB,
patch
|
clouserw
:
review+
rdoherty
:
review+
|
Details | Diff | Splinter Review |
In IE7 when you click on Advanced Search the drop down displays on top of already existing content
http://screencast.com/t/KlykEfh3
| Assignee | ||
Comment 1•17 years ago
|
||
I'm tempted to wontfix this since it doesn't affect usability and the A-grade support doc says "Minor inconsistencies between browsers is tolerable".
| Assignee | ||
Comment 2•17 years ago
|
||
...but since this is my day for that curious curse of ours, here's a patch. The page had a class=primary without a class=secondary, so floats weren't getting cleared in the expected manner. Removing class=primary and changing the selectors to use [role=main] maintains the current styling while fixing the bug.
Assignee: nobody → jbalogh
Attachment #387769 -
Flags: review?(clouserw)
| Assignee | ||
Updated•17 years ago
|
Target Milestone: --- → 5.0.7
Updated•17 years ago
|
Attachment #387769 -
Flags: review?(rdoherty)
Attachment #387769 -
Flags: review?(clouserw)
Attachment #387769 -
Flags: review+
Comment 3•17 years ago
|
||
Comment on attachment 387769 [details] [diff] [review]
search dropdown had float issues since we had a primary without a secondary
It doesn't break for me so I'll r+. I didn't think attribute selector support was all that widespread but quirksmode.org says I'm old and dumb.
I'm r?ing rdoherty just the same.
Updated•17 years ago
|
Attachment #387769 -
Flags: review?(rdoherty) → review+
Comment 4•17 years ago
|
||
Comment on attachment 387769 [details] [diff] [review]
search dropdown had float issues since we had a primary without a secondary
wfm.
| Reporter | ||
Comment 6•17 years ago
|
||
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Keywords: push-needed
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
•