[Webkit-unassigned] [Bug 127998] Web Inspector: Ability to break on any line that will/did trigger a focus or caret change: focus(), blur(), etc.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 31 11:24:10 PST 2014


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


bradley.meck at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bradley.meck at gmail.com




--- Comment #5 from bradley.meck at gmail.com  2014-01-31 11:21:33 PST ---
The key feature here is tracking the cause of a blur, focus, or caret change. The cause of the change and its location are not able to be determined at the time of an event (relatedTarget may give hints but not an actual location). For example, when you call element.focus() it queues a focus but the event that event lifecycle has no way to get back to the line that originally started the lifecycle. Even more useful than the actual location is the ability to add a breakpoint to debug around lines that are queueing changes in focus and/or caret. This becomes increasingly useful for tracking focus changes across multiple ticks that are the result of one another.

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