Bug 78377 - Web Inspector: Toggling styles via checkboxes fails to function and some style properties are not displayed properly
Summary: Web Inspector: Toggling styles via checkboxes fails to function and some styl...
Status: RESOLVED DUPLICATE of bug 69211
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Alexander Pavlov (apavlov)
URL: http://www.bu.edu/shs/wellness
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-10 13:09 PST by alheureux
Modified: 2012-02-14 01:41 PST (History)
10 users (show)

See Also:


Attachments
Photo showing inspector checkboxes 'un'-toggled but not changing the page and styles from the 'a' tag declaration not showing (257.54 KB, image/png)
2012-02-10 13:09 PST, alheureux
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description alheureux 2012-02-10 13:09:22 PST
Created attachment 126567 [details]
Photo showing inspector checkboxes 'un'-toggled but not changing the page and styles from the 'a' tag declaration not showing

Bringing this over from the Chromium bug tracker as it is present in WebKit r107399. The issue with checkbox toggling failing exists in Safari 5.1.3 and Chrome <= 17. The failure to display style properties within a detected style block is a new development in Chrome 17 (fine in 16, fine in Safari 5.1.3). Here is the text from the Chromium tracker:


Chrome Version: 17.0.963.46 (Official Build 119351)
URLs (if applicable): http://www.bu.edu/shs/wellness/
Other browsers tested: Chrome 16 release, Safari 5.1.3
Add OK or FAIL after other browsers where you have tested this issue:
     Safari 5: Partial FAIL
  Firefox 4.x: OK
       IE 7/8/9: OK

What steps will reproduce the problem?
1. Inspect one of the <a> tags in the right sidebar.
2. Note that checking/unchecking the boxes on the styles for #contentnavlist li a, #glossary_groups li a do nothing
3. Note that the styles for a, a strong, strong a do not show up.

What is the expected result?
Expect the page to be able to be changed via the inspector and show all styles

What happens instead?
No change is made to the page, styles do not all show.
Comment 1 Pavel Feldman 2012-02-14 01:35:54 PST
@alheureux: thanks for filing it upstream. What is the Chromium's bug for that?
Comment 2 Alexander Pavlov (apavlov) 2012-02-14 01:41:52 PST
Caused by a number of
background: .... url() ....; properties. The "url()" part is essentially invalid and should be removed.

Chromium issue: http://code.google.com/p/chromium/issues/detail?id=113637

*** This bug has been marked as a duplicate of bug 69211 ***