Closed
Bug 922823
Opened 11 years ago
Closed 10 years ago
Rule view doesn't work when navigating to sub-frames of a browser window
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jryans, Unassigned)
Details
STR:
1. Start Nightly
2. In GCLI, run "listen 6000"
3. Open a separate instance of Nightly (new profile, etc.)
4. Go to Tools -> Web Developer -> Connect
5. Connect to localhost:6000
6. Choose "Main Process"
7. Search for "#content" in the inspector
8. The rule view works here
9. Attempt to descend into the child frame
10. The rule view no longer shows any CSS
This example is a little silly, since you could just inspect the real page itself, but I just included that because it was easier to set up. There are other frames of real interest, such as the one inside "#social-sidebar-box", but you will only see content inside there if you install Talkilla[1].
[1]: https://talkilla.mozillalabs.com/
Reporter | ||
Comment 1•11 years ago
|
||
Just realized my Browser Toolbox patches are needed to even see anything in the Inspector at the moment... Hopefully I can take a look at this soon.
Assignee: nobody → jryans
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•11 years ago
|
||
I am not actively working on this, so someone else may wish to take a look.
Comment 3•10 years ago
|
||
This may now be working after Bug 920141? I've tried to follow STR in WebIDE and I'm not seeing the iframe, but descending into children seems to work OK
Reporter | ||
Comment 5•10 years ago
|
||
Looks like it's resolved to me as well!
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(jryans)
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•