Side navigation
#3332 closed bug ()
Opened September 05, 2008 02:49PM UTC
Closed November 11, 2010 11:09PM UTC
Last modified March 14, 2012 06:38PM UTC
focus/blur events not triggered using WebKit based browsers (Chrome/Safari)
Reported by: | marioestrada | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | event | Version: | 1.2.6 |
Keywords: | Cc: | marioestrada, flesler | |
Blocked by: | Blocking: |
Description
The events focus & blur do not get triggered on browsers based on the WebKit engine.
This was tested on the Chrome & Safari 3 running on Windows XP.
Attachments (3)
Change History (9)
Changed September 05, 2008 03:44PM UTC by comment:1
cc: | → marioestrada, flesler |
---|---|
component: | core → event |
Changed September 05, 2008 03:44PM UTC by comment:2
need: | Review → Test Case |
---|
Can you please provide a test case ? that is, a small html file with the minimum html/css/js necessary to reproduce the problem.
Thanks
Changed September 25, 2008 01:06AM UTC by comment:3
Changed January 17, 2009 06:27PM UTC by comment:4
resolution: | → worksforme |
---|---|
status: | new → closed |
There were some errors in the test case, like no p element. I've attached one that works for me in Chrome 1.0.154.43 and jQuery 1.3.
Changed May 15, 2009 04:38PM UTC by comment:5
resolution: | worksforme |
---|---|
status: | closed → reopened |
This "fails" (or at least behaves differently to other browsers) for me in Safari 3 with jquery 1.3.1
- Load page test-3332-a.html
- Click test1 (left) checkbox to set it
- Click test2 (right) checkbox to set it
- Click test1 (left) checkbox to unset it
- Click test2 (right) checkbox to unset it
Iceweasel (Firefox) 3.0.9 on Debian produces:
focus test1 click test1 change test1 blur test1 focus test2 click test2 change test2 blur test2 focus test1 click test1 change test1 blur test1 focus test2 click test2 change test2
Safari 3.2.1 (5525.27.1) on MacOSX produces:
change test1 click test1 change test2 click test2 change test1 click test1 change test2 click test2
i.e. no focus/blur events.
Changed October 14, 2010 03:14AM UTC by comment:6
status: | reopened → pending |
---|
This ticket has been marked as missing a test case. In an effort to reduce the number of outstanding tickets in the bug tracker, it will be closed automatically in 30 days. In order to prevent this from happening, please provide a working test case. If a test case has already been provided and our records are wrong, please respond to the ticket so that it can be fixed. Thank you!
Changed November 11, 2010 11:09PM UTC by comment:7
status: | pending → closed |
---|
Automatically closed due to 14 days of inactivity.
Changed January 04, 2011 06:44PM UTC by comment:8
test case 2 and 3 do not work for me on Chrome 7.0.517.41. Please Reopen this issue.