Closed
Bug 468470
Opened 16 years ago
Closed 15 years ago
"hidden" variable within <embed> tag (with mp3 file) does not respond to true or false assignment. does not display proper plugin regardless of true/false setting. quicktime plugin expected
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: duke_em, Unassigned)
Details
(Whiteboard: [closeme 2010-09-15])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
in <embed src="whatever.mp3" hidden="false" />
the mp3 will be hidden regardless of true/false setting of hidden.
havent tested it with any other type of embedded type. probly should have before i report a bug thats most likely already here, but what are you gonna do.
IE 6 responds to hidden="false" in the expected way, showing the proper plugin when false and hiding when true.
the default and expected plugin was quicktime 7.5.5 (by way of quicktime alternative 2.70), but was tested with vlc and media player plugins
Reproducible: Always
Steps to Reproduce:
1.<embed src="whatever.mp3" hidden="false" />
2.
3.
Actual Results:
the proper player/plugin was not displayed.
Expected Results:
corresponding plugin should have been displayed i.e. quicktime minitoolbar
using aquatint redone theme 3.0.1 but thats not likely to affect this.
easily fixed by excluding the hidden attribute from the embed tag but still a pain in the ass if you didin't know what was preventing the quicktime plugin from displaying.
Comment 1•16 years ago
|
||
You can not compare IE ActiveX plugins to the NPAPI Plugin that all other browsers are using.
Does it work with Safari,Opera or Chrome ?
Comment 2•15 years ago
|
||
do you still see this problem with newest version of firefox and quicktime?
(last bug comment was prior to 2010-08-29)
Whiteboard: [closeme 2010-09-15]
Comment 3•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.10 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•