[Webkit-unassigned] [Bug 27673] Inspector: Tab Through Attributes When Editing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 26 07:36:50 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27673
Timothy Hatcher <timothy at hatcher.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #33487|review? |review-
Flag| |
--- Comment #11 from Timothy Hatcher <timothy at hatcher.name> 2009-07-26 07:36:50 PDT ---
(From update of attachment 33487)
> + attributeElements[i].nextSibling.nextSibling.dispatchEvent(event); // "=" textNode, then the "webkit-html-attribute-value" node
All looks fine except this. I fear this is too fragile. It would be better to
loop through the next siblings until you found "webkit-html-attribute-value".
--
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