Opened 14 years ago
Closed 14 years ago
#3854 closed bug (fixed)
Random Selectable Problems in Safari
Reported by: | Scott González | Owned by: | rdworth |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | ui.selectable | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Use the lasso a bunch of times in Safari and you'll get random errors. Sometimes the selecting class stays on after selection. Sometimes the lasso stays after selection.
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Same problem still exists in 1.6rc6. Makes selectable unusable in Safari.
comment:3 Changed 14 years ago by
Priority: | critical → blocker |
---|
comment:4 Changed 14 years ago by
Owner: | set to rdworth |
---|---|
Status: | new → assigned |
comment:5 Changed 14 years ago by
Fixed in jQuery 1.3.2 by
Simple selector not working in 1.3.1 with webkit browsers
http://dev.jquery.com/ticket/4058
Added logic for not using getElementsByClassName in different failure states. Fixes jQuery bugs #4058 and #4042
http://dev.jquery.com/changeset/6178
Safari caches class attributes, doesn't catch changes (in 3.2)
Note: See
TracTickets for help on using
tickets.
I was able to get the lasso to remain stuck on the page, some sort of browser rendering issue?
There is also strange things that happen with OSX with Safari3 and Firefox3 with the demo display-grid.html. Clicking things side any side and on diagonals sometimes causes weird selection behavior. Sometimes the other selections do not get cleared, sometimes a few due and a couple remain. It is rather random and does not seem to follow a pattern.