Closed Bug 553371 Opened 15 years ago Closed 15 years ago

Overlapping text on plugin crash UI

Categories

(Core Graveyard :: Plug-ins, defect)

defect
Not set
normal

Tracking

(status1.9.2 .4-fixed)

RESOLVED FIXED
mozilla1.9.3a4
Tracking Status
status1.9.2 --- .4-fixed

People

(Reporter: tchung, Assigned: Dolske)

References

()

Details

(Whiteboard: [fixed-lorentz])

Attachments

(1 file, 2 obsolete files)

Attached image plugin crash overlapping text screenshot (obsolete) —
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a4pre) Gecko/20100318 Minefield/3.7a4pre In the plugin crash UI, there is overlapping text in the bottom right corner. See screenshot Repro: 1) download nightly with ipc enabled 2) Visit a webpage with the plugin running (eg. http://www.ncaa.com/home/) 3) open and crash a plugin (flash plugin) 4) Verify plugin UI has overlapping text in the bottom right. Expected: - window should size correctly to view text
It seems to be displaying both the "Send crash report" and "No report available" messages, which is bizarre. Are you clicking the "Send crash report" at some point in the STR? The only way I see for both strings to be shown at the same time is if the UI is initially showing the "No report available", and is then notified that a report was submitted... It unhides the "report submitted" text, but doesn't change the visibility of the "no report available" text because it shouldn't ever be visible at that point! I can't reproduce this on my Windows 7 box.
yes, i clicked the send crash report in the notification bar after the crash. sorry for missing that major detail!
"Open and crash a plugin" means what? Did you actually visit a site which reliably crashes flash, or did you kill mozilla-runtime from the process manager?
fwiw, the actual messages seem to be "Submission failed" and "No report available" :)
This happens specifically when there is no crash report (e.g. killing mozilla-runtime using the task manager). The real bug here is that the notification bar has a "submit a crash report" button when there is no crash report ID to submit.
Assignee: nobody → dolske
Blocks: 550293
(In reply to comment #3) > "Open and crash a plugin" means what? Did you actually visit a site which > reliably crashes flash, or did you kill mozilla-runtime from the process > manager? no, i visited the url above, streamed the ncaa tourney on flash for awhile, and watched it crash and throw up the crash UI with the notification bar. Then submitted the crash report via the notification bar, and got this UI. but it sounds like you found the culprit.
(In reply to comment #5) > This happens specifically when there is no crash report (e.g. killing > mozilla-runtime using the task manager). The real bug here is that the > notification bar has a "submit a crash report" button when there is no crash > report ID to submit. yep, confirming this. i did not get a crash report returned after submission. (nothing in about:crashes)
Ah! Yes, the problem as bsmedberg describes in comment 5. I can reproduce the issue now.
Attached patch Patch v.1 (obsolete) — Splinter Review
Suppress the send report button when there's no minidump.
Attachment #433387 - Attachment is obsolete: true
Attachment #434394 - Flags: review?(gavin.sharp)
Comment on attachment 434394 [details] [diff] [review] Patch v.1 You could leave submitButton inside the ifdef, right? I'd also leave refreshButton as just an object literal to avoid having to push() it.
Attachment #434394 - Flags: review?(gavin.sharp) → review+
Attached patch Patch v.2Splinter Review
Fixed. The object literal + push switches the button order, but I don't think that matters.
Attachment #434394 - Attachment is obsolete: true
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a4
Blanket approval for Lorentz merge to mozilla-1.9.2 a=beltzner for 1.9.2.4 - please make sure to mark status1.9.2:.4-fixed
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: