Closed
Bug 496268
Opened 16 years ago
Closed 16 years ago
[IE 7] Searches won't submit in Internet Explorer 7
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
5.0.6
People
(Reporter: stephend, Assigned: wenzel)
Details
Searches won't submit in IE 7, but work fine in IE 8.
See screencast: http://screencast.com/t/lAhgO1aR
(The 2nd, successful search in the screencast is me going back to IE 8 -- I was running IE 7 emulation mode.)
| Assignee | ||
Comment 1•16 years ago
|
||
oh noes.
/me picks this up.
Assignee: nobody → fwenzel
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•16 years ago
|
||
More precisely, the button does not work. Submitting with Enter works well.
| Assignee | ||
Comment 3•16 years ago
|
||
Fixed in r27088. For posterity: IE7 wants a type=submit attribute.
- <button><img src="<?=$html->url('/img/amo2009/blank.gif', null, false, false)?>" alt="<?= ___('search_form_submit_tooltip') ?>"/></button>
+ <button type="submit"><img src="<?=$html->url('/img/amo2009/blank.gif', null, false, false)?>" alt="<?= ___('search_form_submit_tooltip') ?>"/></button>
| Reporter | ||
Comment 4•16 years ago
|
||
Verified FIXED; thanks for picking this up and fixing it so quickly, Fred!
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 5•16 years ago
|
||
removing "push-needed" from 105 AMO 5.0.6 bugs; filter on "I hate stephend!"
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
•