Opened 13 years ago
Closed 13 years ago
#4756 closed defect (fixed)
blur not detected (Safari)
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On safari in test_slider.html, click one slider and then another. The first slider changes it's border to black when clicked, but it doesn't revert to gray when you click the second slider. I assume there's a general problem with the code in focus.js, nothing to do with Slider per se. (Or maybe a Safari bug that we can hopefully work around)
Change History (2)
comment:1 Changed 13 years ago by
Owner: | set to bill |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [11733]) Workaround safari bug where it doesn't generate onblur events when a <div> is blurred. This was causing multiple slider widgets to appear focused at the same time. Fixes #4756.