Opened 9 years ago

Closed 9 years ago

#9986 closed bug (notabug)

Selectable: Incorrect behavior with long press selection when css is linked

Reported by: ivann Owned by: ivann
Priority: minor Milestone: none
Component: ui.selectable Version: 1.10.4
Keywords: Cc:
Blocked by: Blocking:

Description

jQueryUI selectable component works incorrectly when you click on an item and don't release your mouse button immediately. Please use this example: http://jsfiddle.net/5vmr8/3/ It will write to console all notifications selectable module raises. Click on any coral rectangle and don't release mouse immediately. Hold it for a half of second. Only "start" event is raised. "selected" and "stop" events are raised much later, when you move the cursor out of the Results iframe on JSFiddle.

Seems to fix itself if jQueryUI css is removed.

Change History (3)

comment:1 Changed 9 years ago by tj.vantoll

Owner: set to ivann
Status: newpending

Hi Ivann,

Thanks for taking the time to contribute to jQuery UI. I'm actually not seeing the behavior you're describing. I get the "selected" and "stop" events as soon as I release the mouse. What browser and OS are you using?

comment:2 Changed 9 years ago by ivann

Status: pendingnew

Hi TJ,

Thanks for looking into this. I'm on Mac OS 10.9.2 and using Chrome 34.0.1847.116. After several attempts to reproduce the same behavior today, I still fail to reproduce it. I believe we can close this ticket. Sorry for misreporting.

Don't see an option to close it. Is it possible for me?

--Ivan

comment:3 Changed 9 years ago by Scott González

Resolution: notabug
Status: newclosed
Note: See TracTickets for help on using tickets.