[Webkit-unassigned] [Bug 119011] Web Inspector: using cmd+tab to leave the inspector window forces "jump to definition" mode when it gains focus again

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 2 10:52:22 PDT 2013


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





--- Comment #4 from Antoine Quint <graouts at apple.com>  2013-10-02 10:51:18 PST ---
One way to do this would be to track key modifier states on mousemove events at the window level, as well as on keypress. I think that would give us the most comprehensive coverage. Additionally, I think we would do well to also track the mouse coordinates at all times in case they need to be queried. This could be useful for some of the CodeMirror-related features that we're implementing (such as http://webkit.org/b/119012) where we may need to get information about a token outside of a mouse event, for instance when the key modifier states change.

-- 
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