Closed
Bug 1587133
Opened 6 years ago
Closed 6 years ago
Crash panel sizing incorrect when first opened
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: kohei)
Details
Attachments
(1 file)
STEPS TO REPRODUCE:
- Load https://bugzilla.mozilla.org/show_bug.cgi?id=1585379
- Make sure the "Crash Data" section is hidden. If it's not, click on the disclosure triangle to hide it, then load the URL again.
- Click the disclosure triangle to show the "Crash Data" section.
EXPECTED RESULTS: Can see crash data table
ACTUAL RESULTS: The iframe containing the table has a fixed height: 25px set, which is far too small to do anything useful with it.
Updated•6 years ago
|
Assignee: nobody → dkl
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•6 years ago
|
||
IIRC it has been broken from the beginning. The script is using postMessage to adjust the height of <iframe> and a race condition can happen here. Since I helped implement a part of it, I’m happy to take a look at the issue.
Assignee: dkl → kohei.yoshino
Component: General → User Interface: Modal
| Assignee | ||
Comment 2•6 years ago
|
||
Another use case of the Intersection Observer API :-)
| Assignee | ||
Updated•6 years ago
|
Component: User Interface: Modal → Extensions: BMO
Comment 3•6 years ago
|
||
Merged to mastrer.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Extensions: BMO → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•