Closed
Bug 1295057
Opened 9 years ago
Closed 5 months ago
Underlying eyedropper screenshot should be updated when the page is resized (including enabling RDM)
Categories
(DevTools :: Responsive Design Mode, defect, P2)
DevTools
Responsive Design Mode
Tracking
(firefox48 unaffected, firefox49 unaffected, firefox50 wontfix, firefox51 wontfix, firefox52 wontfix, firefox-esr115 wontfix, firefox-esr128 wontfix, firefox-esr140 wontfix, firefox140 wontfix, firefox141 fixed)
RESOLVED
FIXED
141 Branch
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | unaffected |
| firefox49 | --- | unaffected |
| firefox50 | --- | wontfix |
| firefox51 | --- | wontfix |
| firefox52 | --- | wontfix |
| firefox-esr115 | --- | wontfix |
| firefox-esr128 | --- | wontfix |
| firefox-esr140 | --- | wontfix |
| firefox140 | --- | wontfix |
| firefox141 | --- | fixed |
People
(Reporter: magicp.jp, Assigned: hbenl)
References
(Blocks 2 open bugs)
Details
(Keywords: regression)
Attachments
(2 files)
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•9 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•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: dt-2025-h1-P2
Updated•8 months ago
|
Summary: The magnify glass of eyedropper is gone when running Responsive Design Mode → Underlying eyedropper screenshot should be updated when the page is resized (including enabling RDM)
| Assignee | ||
Updated•6 months ago
|
Assignee: nobody → hbenl
Status: NEW → ASSIGNED
| Assignee | ||
Comment 8•6 months ago
|
||
Pushed by hbenl@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/938c6b981f2d
https://hg.mozilla.org/integration/autoland/rev/ced0640c8fcc
[devtools] Update the eyedropper screenshot on resize. r=devtools-reviewers,ochameau
Comment 10•5 months ago
|
||
Pushed by agoloman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/d6f0e15572da
https://hg.mozilla.org/integration/autoland/rev/b38e43d5c713
Revert "Bug 1295057 - [devtools] Update the eyedropper screenshot on resize. r=devtools-reviewers,ochameau" for causing dt failures @browser_eyedropper_update.js.
Comment 11•5 months ago
|
||
Backed out for causing dt failures @browser_eyedropper_update.js.
Flags: needinfo?(hbenl)
Comment 12•5 months ago
|
||
Pushed by hbenl@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/6699f01fb3d1
https://hg.mozilla.org/integration/autoland/rev/fcd2f6bc8f17
[devtools] Update the eyedropper screenshot on resize. r=devtools-reviewers,ochameau
| Assignee | ||
Updated•5 months ago
|
Flags: needinfo?(hbenl)
Comment 13•5 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Updated•5 months ago
|
QA Whiteboard: [qa-triage-done-c142/b141]
Updated•5 months ago
|
status-firefox140:
--- → wontfix
status-firefox-esr115:
--- → wontfix
status-firefox-esr128:
--- → wontfix
status-firefox-esr140:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•