[Webkit-unassigned] [Bug 42738] Web Inspector: need shortcuts to undo/redo CSS editing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 29 10:03:39 PST 2010


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


Alexander Pavlov (apavlov) <apavlov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Web Inspector: should be    |Web Inspector: need
                   |able to undo/redo CSS       |shortcuts to undo/redo CSS
                   |editing                     |editing
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |




--- Comment #2 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2010-12-29 10:03:38 PST ---
As pfeldman@ suggests, we should implement shortcuts to undo/redo CSS style editing. However, there are some issues about it:

1. There is no input focus, so the user may get confused about what kind of action has been undone/redone.
2. DOM editing might also use undo/redo, in which case it is not clear if CSS and DOM changes should form a single undo/redo stack, and this certainly is going to confuse users who think one way or the other.
3. The undo/redo stack is going to be lost once the frontend is closed. This could be solved by using a localStore.

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