Closed
Bug 145563
Opened 23 years ago
Closed 23 years ago
Flash application appears distorted.
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jlms, Assigned: rubydoo123)
References
()
Details
Attachments
(1 file)
|
689 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510
BuildID: 2002051009
This page presents a game using flash, the Flash application appears in the
window but is too narrow and thus unusable.
Reproducible: Always
Steps to Reproduce:
1.Just go to the URL, you will be redirected to the page that is running the
fantasy football game.
2.
3.
Actual Results: After selecting the URL a first window appears that is said to
detect if the browser has Flash installed, this windows seems fine, then a
second windows is opened and what seems to be the main flash application appears
to the right of the screen distorted but one can see it is working.
Expected Results: The application should be seen accrosse the browser are in
the right proportion (the height seems correct, not the width).
Shockwave Flash 5.0 r47
Comment 1•23 years ago
|
||
I think Mozilla's rendering here is correct. the main table cell goes something
like this:
<td><img src="i.gif" width="626" height="1"><object _foo_ _bar_>
<param ...>
<param ...>
<embed _foo_ scale=exact width="100%" height="100%" _bar_></embed></object></td>
Anyway, if you are running hi-res, then the table cell will be larger than 626,
and the flash movie will be scrunched into the right side of the cell. if the
table cell is less that 626, it looks fine.
adding a <br> between the <img> and <object> tags fixes the problem.
Summary: Flash application appears distorted. → Flash application appears distorted.
| Assignee | ||
Comment 2•23 years ago
|
||
Looking at the code on the page, the author has specified more width in the
table cell, than what the table cell was set for. I have reduced down the page
so you can get a better look at the coding. Based on the incorrect coding,
marking this as invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 3•23 years ago
|
||
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
•