Skip to main content

Search and Top Navigation

#3814 closed enhancement (notabug)

Opened January 13, 2009 10:26PM UTC

Closed March 16, 2009 08:53AM UTC

Last modified October 11, 2012 09:15PM UTC

usage of alert() in draggable.start callback makes it called continuously instead of once in FireFox

Reported by: grigori Owned by:
Priority: minor Milestone:
Component: ui.draggable Version: 1.6rc4
Keywords: Cc:
Blocked by: Blocking:
Description

$("#element").draggable({

start: function(){alert ('Start!')}

})

Attachments (0)
Change History (2)

Changed March 16, 2009 08:53AM UTC by paul comment:1

resolution: → invalid
status: newclosed

That's not a bug. It's browser dependent based on the alert implementation and very problematic to prevent, since alerts block all focus. Also, I believe there's no real value in calling an alert on drag start (well, I believe there is no value to alerts at all, in production code).

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted