Closed
Bug 292909
Opened 20 years ago
Closed 17 years ago
dfi.com.tw - missing |wmode="transparent"| on flash <embed> (flash overlaps menus)
Categories
(Tech Evangelism Graveyard :: Other, defect)
Tech Evangelism Graveyard
Other
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jim, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 When displaying the DFI US Web Site http://www.dfi.com.tw/index_us_noflash.jsp?SITE=NA the Macromedia Flash overlays the menu items. This does not happen when displaying with IE. Reproducible: Always Steps to Reproduce: 1.http://www.dfi.com.tw/index_us_noflash.jsp?SITE=NA 2.Try to select the menu "Where to Buy" 3.The menu displays in back of the flash. Actual Results: Menu displayed, but it was hidden behind the Macromedia Flash. When doing the same with IE, the Flash was in the background and the menus overlayed it. Expected Results: Menu items should display on top of the Macromedia Flash.
Comment 1•20 years ago
|
||
The problem is that while the site uses the wmode parameter on the <object>, it doesn't do so on the <embed>, which is what Mozilla uses. They therefore need to add | wmode="transparent"| to their tag for it to work correctly. This is not a bug in Firefox.
Assignee: nobody → other
Component: General → Other
OS: Windows XP → All
Product: Firefox → Tech Evangelism
QA Contact: general → other
Hardware: PC → All
Summary: Macromedia Flash overlays menus in Firefox but not in IE → dfi.com.tw - missing |wmode="transparent"| on flash <embed> (flash overlaps menus)
Comment 2•19 years ago
|
||
(In reply to comment #1) > The problem is that while the site uses the wmode parameter on the <object>, it > doesn't do so on the <embed>, which is what Mozilla uses. They therefore need to > add | wmode="transparent"| to their tag for it to work correctly. This is not a > bug in Firefox. This definetly is a bug, because putting wmode="transparent" into both the object- and the embed-tag doesn't change anything.
Comment 3•17 years ago
|
||
I see no overlap on that page in either Camino trunk, Firefox 2, or Safari 3 with Flash 9.0r124. Whatever the problem was, it WORKSFORME now. (They still haven't added wmode="transparent" to the <embed> tag, for what it's worth.)
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•