I'm not satisfied with the build in drag event listener, so I want to detect dragging behaviour myself and manual fire the drag event from my script. I found that html5 DOM events has a method called initDragEvent, just wondering if it had been implemented in chrome.
On 8月31日, 下午12时50分, Mohamed Mansour <[email protected]> wrote: > On Aug 29, 10:48 pm, mimi <[email protected]> wrote: > > > I want to fire the drag event from script, is there any way to do that? > > Hi, if I understand your question properly, you want to implement some > dragging support? You can take a look on how its done in the new tab > page, some dragging is implemented > here:http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/resour... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
