Open
Bug 1295057
Opened 9 years ago
Updated 4 months ago
The magnify glass of eyedropper is gone when running Responsive Design Mode
Categories
(DevTools :: Responsive Design Mode, defect, P2)
DevTools
Responsive Design Mode
Tracking
(firefox48 unaffected, firefox49 unaffected, firefox50 affected, firefox51 affected, firefox52 wontfix)
NEW
Tracking | Status | |
---|---|---|
firefox48 | --- | unaffected |
firefox49 | --- | unaffected |
firefox50 | --- | affected |
firefox51 | --- | affected |
firefox52 | --- | wontfix |
People
(Reporter: magicp.jp, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: regression)
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20160814030203
Steps to reproduce:
1. Start Nightly
2. Open DevTools > Inspector
3. Run Eyedropper
4. Enable Responsive Design Mode
Actual results:
The magnify glass of eyedropper is gone when running Responsive Design Mode.
Expected results:
The magnify glass of eyedropper works with Responsive Design Mode.
Has STR: --- → yes
status-firefox48:
--- → unaffected
status-firefox49:
--- → unaffected
status-firefox50:
--- → affected
status-firefox51:
--- → affected
Component: Untriaged → Developer Tools: Inspector
OS: Unspecified → All
Hardware: Unspecified → All
Regression range:
https://hg.mozilla.org/integration/fx-team/pushloghtml?fromchange=e0bc88708ffed39aaab1fbc0ac461d93561195de&tochange=a7a882d122e36defe6c2a102a28ae7dfc16311c5
Blocks: 1262439
Has Regression Range: --- → yes
Comment 2•9 years ago
|
||
Flagging this as an important regression.
I'm going to try to fix this soon.
Assignee: nobody → pbrosset
Status: NEW → ASSIGNED
Priority: -- → P2
Comment 3•9 years ago
|
||
This happens in both the current RDM (Responsive Design Mode), and the new one (the one being developed bow behind flag devtools.responsive.html.enabled). This is most probably an issue with doing swapFrameLoader, which I think both RDM implementations do.
(In reply to Patrick Brosset <:pbro> from comment #3)
> This happens in both the current RDM (Responsive Design Mode), and the new
> one (the one being developed bow behind flag
> devtools.responsive.html.enabled). This is most probably an issue with doing
> swapFrameLoader, which I think both RDM implementations do.
Only the new RDM uses frame loader / docshell swapping. The old RDM UI has elements surrounding the xul:browser that are hidden during regular browsing and then shown when opened, so nothing is swapped with the old RDM.
status-firefox52:
--- → affected
Comment 5•8 years ago
|
||
Unassigned myself as I'm not working on this.
Assignee: pbrosset → nobody
Status: ASSIGNED → NEW
Comment 6•8 years ago
|
||
Mass wontfix for bugs affecting firefox 52.
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 7•5 years ago
|
||
Changing component so we can track this along with other RDM bugs.
Component: Inspector → Responsive Design Mode
Updated•5 years ago
|
Keywords: regression
Updated•2 years ago
|
Severity: normal → S3
Updated•4 months ago
|
Blocks: dt-2025-h1-P2
You need to log in
before you can comment on or make changes to this bug.
Description
•