[Webkit-unassigned] [Bug 46733] REGRESSION (r67261): Middle-mouse-release opens links regardless of "press" location

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 10:22:07 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46733





--- Comment #4 from Darin Adler <darin at apple.com>  2010-09-28 10:22:06 PST ---
It’s not clear exactly what to do.

In theory, this should all work when the mousedown and mouseup events are created by script, and so it seems the elements themselves somehow need to keep track of whether the mousedown was on the same element. But a script can create a mousedown without ever sending a mouseup later, so there may be something fundamentally flawed in that thinking.

It’s not clear what level of the software can answer the question: “Is this a mouseup that corresponds to a mousedown on the same element?”

More experiments with other browsers and research might establish whether the abstract model is state in the element, state in the browser, or hidden state in the event itself.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list