Closed
Bug 553371
Opened 15 years ago
Closed 15 years ago
Overlapping text on plugin crash UI
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
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)
2.03 KB,
patch
|
Details | Diff | Splinter Review |
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
Reporter | ||
Updated•15 years ago
|
Assignee | ||
Comment 1•15 years ago
|
||
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.
Reporter | ||
Comment 2•15 years ago
|
||
yes, i clicked the send crash report in the notification bar after the crash. sorry for missing that major detail!
Comment 3•15 years ago
|
||
"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" :)
Comment 5•15 years ago
|
||
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.
Updated•15 years ago
|
Assignee: nobody → dolske
Blocks: OOPP, LorentzBeta1
Reporter | ||
Comment 6•15 years ago
|
||
(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.
Reporter | ||
Comment 7•15 years ago
|
||
(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)
Assignee | ||
Comment 8•15 years ago
|
||
Ah! Yes, the problem as bsmedberg describes in comment 5. I can reproduce the issue now.
Assignee | ||
Comment 9•15 years ago
|
||
Suppress the send report button when there's no minidump.
Attachment #433387 -
Attachment is obsolete: true
Attachment #434394 -
Flags: review?(gavin.sharp)
Comment 10•15 years ago
|
||
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+
Assignee | ||
Comment 11•15 years ago
|
||
Fixed. The object literal + push switches the button order, but I don't think that matters.
Attachment #434394 -
Attachment is obsolete: true
Assignee | ||
Comment 12•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a4
Comment 13•15 years ago
|
||
Whiteboard: [fixed-lorentz]
Comment 14•15 years ago
|
||
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
Comment 15•15 years ago
|
||
Merged into 1.9.2 at http://hg.mozilla.org/releases/mozilla-1.9.2/rev/84ba4d805430
status1.9.2:
--- → .4-fixed
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•