[Webkit-unassigned] [Bug 28866] New: when you add a new css rule via the web inspector, reload the page, and try again it will not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 31 21:31:49 PDT 2009


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

           Summary: when you add a new css rule via the web inspector,
                    reload the page, and try again it will not work
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ryankshaw+webkitbugzilla at gmail.com
                CC: timothy at hatcher.name, joepeck at webkit.org


in the CSS part of the web inspector, when you click the "Double-Click to add" 
and add a new style (say: "body p") and set color:red then reload the page and
do the exact same thing, it does not work.

In comment https://bugs.webkit.org/show_bug.cgi?id=27124#c13 Timothy Hatcher
says this:

I think what is happeneing here is that we have a reference to the style
element we created for the previous page still, so we think we don't need to
make a new one and just append to the old one in the previous page.

This reference should be cleared in the ElementsPanel reset method.

for more info see:
comment 12 and 13 of
https://bugs.webkit.org/show_bug.cgi?id=27124

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