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!')}
})
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).