Closed
Bug 406399
Opened 18 years ago
Closed 18 years ago
search box in breadcrumbs area does not grow on click with Firefox 3
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pascalc, Assigned: pascalc)
Details
Attachments
(1 file)
|
410 bytes,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
The search box does not grow in size with Firefox 3b2pre because of a javascript error in the way we change the inline width style on focus and blur, value should be '20em' and not '20em;'. Firefox 2 is more tolerant with this.
Patch attached.
Attachment #291053 -
Flags: review?(clouserw)
Comment 1•18 years ago
|
||
While, due to the upcoming redesign, this is probably moot, I suggest we do patch it in since the patch is very simple. Thanks, Pascal.
Comment 2•18 years ago
|
||
Comment on attachment 291053 [details] [diff] [review]
fixes the javascript error to make it FF3 compatible
Patch works for me in FF2/3, opera 9.23, and ie6. Someone feel free to test on ie7 once it hits remora.stage.
Attachment #291053 -
Flags: review?(clouserw) → review+
Updated•18 years ago
|
Assignee: nobody → pascalc
Comment 3•18 years ago
|
||
I tested in ie7 - works fine. Thanks Pascal.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
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
•