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)

x86
Windows Vista
defect
Not set
critical

Tracking

(Not tracked)

VERIFIED FIXED

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.)
oh noes. /me picks this up.
Assignee: nobody → fwenzel
Status: NEW → ASSIGNED
More precisely, the button does not work. Submitting with Enter works well.
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>
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Keywords: push-needed
Resolution: --- → FIXED
Verified FIXED; thanks for picking this up and fixing it so quickly, Fred!
Status: RESOLVED → VERIFIED
removing "push-needed" from 105 AMO 5.0.6 bugs; filter on "I hate stephend!"
Keywords: push-needed
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.