[Webkit-unassigned] [Bug 44308] New: Web Inspector: elements css: edit elements attribute if listed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 19 16:47:46 PDT 2010


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

           Summary: Web Inspector: elements css: edit elements attribute
                    if listed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: phazei at gmail.com
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com


If it's going to list the elements attribute values for items like img[width=xxx] then they should be editable, or the section should be greyed out.  It would be convenient to be able to edit them right from there.  It also doesn't make much sense to list the attributes corresponding style properties and can be confusing.

For example:
img[border=0] {
border-bottom-style: solid;
border-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
}

They are uneditable, even if all that was editable it wouldn't make sense in the context since it's not available as an attribute.  It should either only list the attribute itself and editing it will modify the dom's attribute, or it should be greyed out and only the single property so you can see it in case you forgot it was in the dom.

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