Search and Top Navigation
#3854 closed bug (fixed)
Opened January 16, 2009 05:58AM UTC
Closed February 20, 2009 11:42AM UTC
Random Selectable Problems in Safari
Reported by: | scottgonzalez | 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.
Attachments (0)
Change History (6)
Changed January 31, 2009 04:11PM UTC by comment:1
Changed February 04, 2009 12:11AM UTC by comment:2
Same problem still exists in 1.6rc6. Makes selectable unusable in Safari.
Changed February 18, 2009 06:06PM UTC by comment:3
priority: | critical → blocker |
---|
Changed February 18, 2009 06:15PM UTC by comment:4
owner: | → rdworth |
---|---|
status: | new → assigned |
Changed February 20, 2009 11:27AM UTC by comment:5
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)
Changed February 20, 2009 11:42AM UTC by comment:6
resolution: | → fixed |
---|---|
status: | assigned → closed |
Fixed in r2113
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.