Side navigation
#4286 closed bug (invalid)
Opened March 03, 2009 02:46PM UTC
Closed June 25, 2010 03:17AM UTC
Last modified June 06, 2013 08:48PM UTC
Blur problem with form elements in Firefox 3
Reported by: | pompollii | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.2 |
Component: | event | Version: | 1.2.6 |
Keywords: | Firefox Blur Form | Cc: | |
Blocked by: | Blocking: |
Description
I found this bug while working on a Superfish menu. The problem is that when a dropdown opens over a form element, the mouseout(triggered by blur) does not work. Works in IE but not in FF. An example of this behavior in action can be found on REI.com. Click on the store locator, hover over the Travel, Women's or Kid's menus, then try mousing out over the form input at the bottom of the drop down menu. You'll notice that the menu does not disappear. Superfish uses the blur function to trigger the mouseout behavior.
Attachments (0)
Change History (2)
Changed June 25, 2010 03:17AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed June 06, 2013 08:48PM UTC by comment:2
I advise that this ticket be reopened or a new ticket created on this issue. This is a valid issue.
Simply put, the jquery blur function does not work in Firefox but does work in IE 8, in my tests.
I had to use normal javascript to make this work, the firefox native blur method does work.
document.getElementById('id').blur(); -- works in Firefox
$('#' +'id').blur(); -- does not work in Firefox
Thanks.
No test case. This type of problem is best triaged on the forum.