[Bug 14906] New: consider to add event "dragActivate" to the spec

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14906

           Summary: consider to add event "dragActivate" to the spec
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: giorgio.liscio@email.it
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


hello,

when people drag something over a button
they expected to see the button clicking itself automatically after some amount
of time.

for example in a tab panels view, when I want to drag something from one tab
panel, to another one, I will dragover the tab-button to get it activated as a
click simulation

so:

tabButtons[x].addEventListener("click", function(){ p.switchTo(x); }, true);
tabButtons[x].addEventListener("dragactivate", function(){ p.switchTo(x); },
true);

this can be implementable in the user space but would be convenient to have it
as a default drag operation of the browser.

bye!

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 22 November 2011 15:55:14 UTC