Closed Bug 1587133 Opened 6 years ago Closed 6 years ago

Crash panel sizing incorrect when first opened

Categories

(bugzilla.mozilla.org :: Extensions, defect)

Production
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: bzbarsky, Assigned: kohei)

Details

Attachments

(1 file)

STEPS TO REPRODUCE:

  1. Load https://bugzilla.mozilla.org/show_bug.cgi?id=1585379
  2. 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.
  3. 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.

Assignee: nobody → dkl
Status: NEW → ASSIGNED

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
Attached file GitHub Pull Request

Another use case of the Intersection Observer API :-)

Component: User Interface: Modal → Extensions: BMO

Merged to mastrer.

Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Component: Extensions: BMO → Extensions
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: