Closed
Bug 880098
Opened 12 years ago
Closed 5 years ago
Firefox DevTools fail in frames
Categories
(DevTools :: General, defect)
Tracking
(firefox21 affected, firefox22- affected, firefox23- affected, firefox24- affected, firefox-esr17 unaffected)
RESOLVED
WORKSFORME
People
(Reporter: lb1.3, Unassigned)
References
Details
(Whiteboard: DUPEME)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0 (Beta/Release)
Build ID: 20130512193848
Steps to reproduce:
1: Inspected an item in an inner iframe of the page (Here's an example page, it doesn't matter whether it's inline or linked stylesheet in the inner frame: http://www.quackit.com/html/templates/frames/frames_example_4.html)
2: Clicked the link to open the css where a rule was defined.
Actual results:
Instead of showing the rule, it only opens the style editor to wherever it was before. I noticed this on both Firefox 21 and 22.
Expected results:
It should be aware of the frame that was selected, and not fail in this case. (It would also be awesome to have a cd(window.frames[0]) like Firebug, or a frame context selector on the console, like Chrome has.)
![]() |
||
Comment 1•12 years ago
|
||
Regression window
Good:
http://hg.mozilla.org/mozilla-central/rev/1b7103181091
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20121130 Firefox/20.0 ID:20121130020812
Bad:
http://hg.mozilla.org/mozilla-central/rev/d2fbc67f69f5
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20121130 Firefox/20.0 ID:20121130055213
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=1b7103181091&tochange=d2fbc67f69f5
Regressed by:
c77b869c2025 Joe Walker — Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão
Blocks: 788977
status-firefox21:
--- → affected
status-firefox-esr17:
--- → unaffected
tracking-firefox22:
--- → ?
tracking-firefox23:
--- → ?
tracking-firefox24:
--- → ?
Keywords: regression
OS: Linux → All
Hardware: x86_64 → All
Version: 21 Branch → 20 Branch
![]() |
||
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•12 years ago
|
||
This regression has shipped since FF20 - no urgency to block a release on it, but will look at a low risk uplift nomination when ready.
Component: Developer Tools → Developer Tools: Source Editor
Version: 20 Branch → 23 Branch
Comment 3•12 years ago
|
||
This bug doesn't belong to the source editor component.
Component: Developer Tools: Source Editor → Developer Tools
Updated•11 years ago
|
Keywords: regression
Whiteboard: DUPEME
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 4•5 years ago
|
||
I can't reproduce the bug, closing.
Honza
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•