Closed
Bug 1288752
Opened 9 years ago
Closed 9 years ago
While undocked, Dev tools panel vanishes behind the browser window when clicking on 'Visit MDN page'
Categories
(DevTools :: Inspector: Rules, defect, P1)
Tracking
(firefox47 unaffected, firefox48 unaffected, firefox49 unaffected, firefox50 verified)
Tracking | Status | |
---|---|---|
firefox47 | --- | unaffected |
firefox48 | --- | unaffected |
firefox49 | --- | unaffected |
firefox50 | --- | verified |
People
(Reporter: adalucinet, Assigned: jdescottes)
References
Details
(Keywords: regression, Whiteboard: [reserve-html])
Attachments
(1 file)
[Affected versions]:
- latest Nightly 50.0a1
[Affected platforms]:
- Windows 10 64-bit
- Mac OS X 10.9.5
[Steps to reproduce]:
1. Launch Firefox.
2. Open Inspector: Ctrl + Shift + C (for Windows) or Cmd + Opt + C (for Mac OS X).
3. Click on 'Show in separate window' button.
4. Right click on any property name.
5. Select 'Show MDN Docs' option from the context menu.
6. Click on 'Visit MDN page' link.
[Expected result]: Dev tools panel remains visible.
[Actual result]: Dev tools panel vanishes behind the browser window.
[Regression range]:
- with Nightly builds generated by mozregression tool (both gui and original command line tools), I'm unable to reproduce;
-- Nightly from 2016-07-19 is affected by bug 1287438
-- Nightly from 2016-07-20 is the 1st one affected
-- Not reproducible with latest 49.0a2
[Additional notes]:
- Screen recording: https://goo.gl/x615cG
Assignee | ||
Updated•9 years ago
|
Updated•9 years ago
|
Priority: -- → P2
QA Contact: alexandra.lucinet
Whiteboard: [devtools-html] [triage] → [reserve-html]
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/66864/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/66864/
Attachment #8774384 -
Flags: review?(bgrinstead)
Updated•9 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Iteration: --- → 50.4 - Aug 1
Priority: P2 → P1
Updated•9 years ago
|
Priority: P1 → P3
Assignee | ||
Comment 3•9 years ago
|
||
Some context about our approach for this bug. Links to external websites should behave consistently in devtools, so we decided to stick with the behavior used for links in the console:
- the link is opened in a new tab of the browser
- the browser window is brought to the front (so if devtools were in a separate window, they will still vanish behind the browser window)
- the newly opened tab should be selected
Comment 4•9 years ago
|
||
Comment on attachment 8774384 [details]
Bug 1288752 - mdndocs tooltip: consistent behavior on Visit MDN Page link click;
https://reviewboard.mozilla.org/r/66864/#review64080
Attachment #8774384 -
Flags: review?(bgrinstead) → review+
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/fx-team/rev/7971ab36aaca
mdndocs tooltip: consistent behavior on Visit MDN Page link click;r=bgrins
Comment 6•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 50
Updated•9 years ago
|
Priority: P3 → P1
Reporter | ||
Comment 7•9 years ago
|
||
Verified fixed with latest Dev Edition 50.0a2 and Nightly 51.0a1, under Windows 10 64-bit, Ubuntu 16.04 64-bit and Mac OS X 10.9.5.
Status: RESOLVED → VERIFIED
QA Whiteboard: [qe-dthtml]
Flags: qe-verify+
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•