[Webkit-unassigned] [Bug 30429] Web Inspector: [REGRESSION] Tabbing Through Element Attributes Loses Focus Immediately

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 11:02:22 PDT 2009


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





--- Comment #1 from Timothy Hatcher <timothy at hatcher.name>  2009-10-29 11:02:22 PDT ---
This happens because commiting an attribute edit causes a delayed callback to
happen (WebInspector.DOMAgent.prototype._didApplyDomChange) which then calls
_updateTitle on the ElementsTreeElement that changed, which sets innerHTML,
which fires a blur event, and that cancels the edit for the next attribute.

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