Closed
Bug 211158
Opened 22 years ago
Closed 21 years ago
Flash and CSS positioning incompatible
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: orubel, Assigned: dbaron)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624
When using CSS's relative positioning with Flash, you can move a flash movie
around on a page and overlap it if you want but in Mozilla, using positioning
with Flash makes it not render (either that or render somewhere off the page).
Reproducible: Always
Steps to Reproduce:
1.embed flash in a page
2.use a style sheet to position:relative it elsewhere (perhaps 5 pixels up to)
3.Use a mozilla browser with Flash to load page. Flash will not be shown.
Actual Results:
Flash movie does not appear on page.
Expected Results:
Should have repositioned the Flash movie prior to rendering the html.
Comment 1•21 years ago
|
||
the code of the page is a little mess, a clear test-case would be better to
understand any problem. Any way it seems to me that the html code is incorrectly
mixing the tags:
<span style='position:relative; top:16;'><object><embed></embed></span></object>
Anyway, I can see a flash menu at the top of the page, so you should try with a
current build like Mozilla 1.5RC2, the latest flash plugin and a simpler testcase.
Please report back any new finding.
Comment 2•21 years ago
|
||
Is this still an issue?
Reporter | ||
Comment 3•21 years ago
|
||
(In reply to comment #2)
> Is this still an issue?
Nope. Seems to work great in latest builds. Probably just the issue with the bad
code
Reporter | ||
Comment 4•21 years ago
|
||
(In reply to comment #2)
> Is this still an issue?
Nope. Seems to work great in latest builds. Probably just the issue with the bad
code
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 5•21 years ago
|
||
If we don't know what fixed it, it's worksforme.
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•21 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•