Bug Tracker

Opened 15 years ago

Closed 13 years ago

Last modified 11 years ago

#3332 closed bug

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)

focus_blur.html (347 bytes) - added by levl289 15 years ago.
test-3332.html (452 bytes) - added by dmethvin 14 years ago.
Working test case
test-3332-a.html (642 bytes) - added by dgolden_ichec 14 years ago.
test case fails on safari 3

Download all attachments as: .zip

Change History (12)

comment:1 Changed 15 years ago by flesler

Cc: marioestrada flesler added
Component: coreevent

comment:2 Changed 15 years ago by flesler

need: ReviewTest 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 15 years ago by levl289

Attachment: focus_blur.html added

comment:3 Changed 15 years ago by levl289

RE the version of WebKit - it applies to Mac Version 3.1.2 (5525.20.1), as well as using the latest (as of 9/24/08) WebKit.

email me: spam1 at thoughtsalad dot com if you have any questions.

Changed 14 years ago by dmethvin

Attachment: test-3332.html added

Working test case

comment:4 Changed 14 years ago by dmethvin

Resolution: worksforme
Status: newclosed

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.

comment:5 Changed 14 years ago by dgolden_ichec

Resolution: worksforme
Status: closedreopened

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 14 years ago by dgolden_ichec

Attachment: test-3332-a.html added

test case fails on safari 3

comment:6 Changed 13 years ago by snover

Status: reopenedpending

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!

comment:7 Changed 13 years ago by trac-o-bot

Status: pendingclosed

Automatically closed due to 14 days of inactivity.

comment:8 Changed 12 years ago by anonymous

test case 2 and 3 do not work for me on Chrome 7.0.517.41. Please Reopen this issue.

comment:9 in reply to:  8 Changed 12 years ago by jitter

Replying to anonymous:

test case 2 and 3 do not work for me on Chrome 7.0.517.41. Please Reopen this issue.

Check the comments on #7768 for more information why this isn't a bug.

Note: See TracTickets for help on using tickets.