Bug 36311 - Web Inspector: CSS sub-properties are uneditable
Summary: Web Inspector: CSS sub-properties are uneditable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-18 11:17 PDT by paradox
Modified: 2011-03-01 02:16 PST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paradox 2010-03-18 11:17:37 PDT
If you look at a shorthand CSS property in the web inspector, it will have a dropdown displaying the proper longhand syntaxes. For example, background: blue url(img/bg.png) no-repeat 5px 5px); expands out to its component background-image, background-color, background-positon..., and background-repeat.

However, these expanded properties are non-editable. Editing them would be quite useful, as it could optimize css debugging on particularly complex properties.

Reproduction:
 * Open web inspector, and select an element
 * Add a shorthand syntax, for background
 * Click the arrow next to the background entry to view the sub-properties
 * Attempt to edit said properties

Desired behavior:
 * Properties should be editable, and update the shorthand syntax appropriately.