Open
Bug 1327737
Opened 9 years ago
Updated 3 years ago
If I edit style added by Stylish extension, ruleview and computed view stay empty (become broken)
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: arni2033, Unassigned)
References
(Blocks 1 open bug)
Details
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
1. Install extension "Stylish" - https://addons.mozilla.org/en-US/firefox/addon/stylish/
2. Open about:addons -> "User Styles", create user style with text [1] (without leading "> "s)
3. Open http://example.org, open devtools, inspect <div> element
4. Open inspector -> ruleview. Click on text "gray" in ruleview. Click outside of that text.
5. Click on <body> in markup. Click on <div> in markup
6.(bonus) Click on any child element of <div> in markup
7.(bonus) Click on <div> in markup. Open inspector -> computed view
8.(bonus) Click on any child element of <div> in markup
AR: Steps 5,6 - ruleview is empty. Steps 7,8 - computed view is either empty or does not update(!)
ER: Ruleview and computed view should display styles correctly
[1] (user style)
> @namespace url(http://www.w3.org/1999/xhtml);
>
> @-moz-document domain("example.org") {
> body > div{
> background:gray;
> }
> }
Component: Developer Tools: Animation Inspector → Developer Tools: Inspector
Comment 1•9 years ago
|
||
Inspector bug triage. Filter on CLIMBING SHOES.
Created meta for Stylish issues.
Priority: -- → P3
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•