Closed
Bug 1865312
Opened 2 years ago
Closed 8 months ago
Size of Debugger overlay not updated
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(firefox143 fixed)
RESOLVED
FIXED
143 Branch
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: Honza, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
STRs:
- load http://janodvarko.cz/firebug/tests/601/Issue601.htm
- Open DevTools select the Debugger panel
- Create BP on line 35 in Issue601.htm
- Click the button on the page to hit the BP
- Change size of the DevTools toolbox, size of the overlay is not updated => BUG
See also the attached screenshot.
I can repro in both the Release (Fx119) and Nightly (Fx121)
Honza
| Reporter | ||
Updated•2 years ago
|
Blocks: dbg-overlay
| Assignee | ||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
| Reporter | ||
Comment 1•2 years ago
•
|
||
Another test case showing the problem
data:text/html,<!DOCTYPE html><html><body><script>alert('Hello!')</script></body></html>
- Load the data URI above
- Open DevTools (docked on the right side)
- Change size of the browser window to repro the problem (see the screenshot)
DevTools UI overlaps the page content => BUG
| Reporter | ||
Updated•2 years ago
|
Whiteboard: [devtools-triage]
Comment 2•2 years ago
|
||
Second STRs are about the regular alert overlay, we should file a new bug for that.
Flags: needinfo?(odvarko)
Whiteboard: [devtools-triage]
| Reporter | ||
Comment 3•2 years ago
|
||
Flags: needinfo?(odvarko)
| Assignee | ||
Comment 4•8 months ago
|
||
The overlay is already fixed, using inset:0 on it should be enough.
Updated•8 months ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/786cbb856ee8
https://hg.mozilla.org/integration/autoland/rev/553f6d4048a9
[devtools] Remove explicit size on debugger paused overlay. r=devtools-reviewers,jdescottes,bomsy.
Comment 6•8 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
Updated•8 months ago
|
QA Whiteboard: [qa-triage-done-c144/b143]
You need to log in
before you can comment on or make changes to this bug.
Description
•