Closed
Bug 808312
Opened 13 years ago
Closed 13 years ago
Click-to-play is broken with some LiveLeak videos displaying a warning
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 800018
People
(Reporter: epinal99-bugzilla2, Unassigned)
References
Details
It could be a dupe of bug 800018 but it's better to report it.
STR:
1) Open this LiveLeak video: http://www.liveleak.com/view?i=732_1351928597
2) Accept the warning (click on 'CONTINUE ')
3) Click on the CTP layer to activate the Flash plugin
Result:
Firefox displays the CTP layer but it's not clickable and the video can't be played.
Normal LiveLeak videos like http://www.liveleak.com/view?i=a17_1351640335 work perfectly with CTP.
Blocks: click-to-play
Comment 1•13 years ago
|
||
(In reply to Loic from comment #0)
> It could be a dupe of bug 800018
Probably: the site is dynamically adding the flash player in both cases on page load via jwplayer(id).setup() but with "safe mode on" it's adding to a child of a "display:none" div (the page content container).
Deactivate the "safe mode" so the content is never hidden and it's working fine.
My guess was right, it's a dupe (and fixed in FF18+). :)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
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
•