[webkit-reviews] review requested: [Bug 21108] Impossible to add an attribute to a node without attributes : [Attachment 33226] Add Attributes to Nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 21 16:36:58 PDT 2009


Joseph Pecoraro <joepeck02 at gmail.com> has asked  for review:
Bug 21108: Impossible to add an attribute to a node without attributes
https://bugs.webkit.org/show_bug.cgi?id=21108

Attachment 33226: Add Attributes to Nodes
https://bugs.webkit.org/attachment.cgi?id=33226&action=review

------- Additional Comments from Joseph Pecoraro <joepeck02 at gmail.com>
This allows users to add attributes to nodes from the Elements Panel in the
Tree.

NOTES: 

1. Only nodes that are of type Node.ELEMENT_NODE will exhibit the behavior
mentioned below, and only in the Elements Panel, not in the console when
inspecting a node.
2. When hovering over the Node in the Tree view an ellipsis (…) will appear to
the right of the text on the hovered line
3. Double Clicking the ellipsis (I didn't both with a single click at the
moment) will trigger the usual dblclick
4. This notices it is inside the 'add-attribute' ellipsis and will dynamically
create an attribute to start editing, like normal.

Give it a whirl.  Make suggestions on how to improve the User Interface to a
tool like this.  Sometimes I really wish I had a designer to work with.


More information about the webkit-reviews mailing list