Bug 199589
Summary: | Web Inspector: Elements: pasting a CSS property without a value leaves the property's UI in a non-editable state | ||
---|---|---|---|
Product: | WebKit | Reporter: | Devin Rousso <hi> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | hi, inspector-bugzilla-changes, nvasilyev |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Devin Rousso
# STEPS TO REPRODUCE:
1. copy "foo:"
2. inspect any page
3. select any node
4. start adding a new property to the inline style of the selected node
5. paste
=> "foo: " property (no value) added to the inline style
=> the cursor moves to select yet another new property
6. try to select the value of the "foo: " property
=> the only way to edit the value of the "foo: " property is to select the name and then enter/tab
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |