[Webkit-unassigned] [Bug 29016] Editing a style rule's selector to be more specific doesn't reorder the sections

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 7 10:43:48 PDT 2009


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





--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org>  2009-09-07 10:43:48 PDT ---
This is a good point.  Adding selectors does not trigger a UI refresh
immediately as I thought moving things around while the user is editing them
might not be the best idea.  But you're absolutely right about incorrectly
crossing out rules.

A simple solution would be to add a "Refresh" button.  You can simulate that by
selecting another node in the tree and then selecting the original node again,
forcing a UI refresh and things should be in order.  However, after giving this
a test, the existing specificity sorting of that approach is questionable:
http://grab.by/3rF

I would expect "via inspector" and "inline styles" have something to do with
this, but still more playing around produces results differing between the
inspector's order and the page itself.

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