Closed
Bug 546043
Opened 15 years ago
Closed 15 years ago
[OOPP] Plugin crashed UI is sometimes not displayed in the plugin content area
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: u88484, Unassigned)
References
()
Details
Attachments
(1 file)
228.82 KB,
image/png
|
Details |
The plugin crashed UI is sometimes not displayed in the plguin content area at http://www.youtube.com/watch?v=L1PWQtCDaYY&feature=grec
Note the black areas on the left and right sides. Confirm the areas are not part of the plugin by right-clicking in these two areas and note the Firefox right-click context menus and not the flash right-click menu items.
STR:
1) Load http://www.youtube.com/watch?v=L1PWQtCDaYY&feature=grec
2) Kill the mozilla-runtime process
The plugin crashed UI is not centered but hugs the left side which is not the plugin content area.
Comment 2•15 years ago
|
||
The <embed> in the page has margin-left: 50px set on it, which looks to make it appear centered against the black background. We end up discarding the margin, and are thus flush-left.
Mulling over a few options to make this kind of thing less likely to happen.
Comment 3•15 years ago
|
||
...though oddly my patch from bug 545514 seems to fix this.
Comment 4•15 years ago
|
||
Making the margin apply would be an expected effect of the patch in bug 545514, yes.
Comment 5•15 years ago
|
||
This bug seems fixed. In my opinion this report should be closed as resolved.
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Verified WFM using Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a3pre) Gecko/20100303 Minefield/3.7a3pre
Status: RESOLVED → VERIFIED
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
•