Closed
Bug 600799
Opened 15 years ago
Closed 14 years ago
draggable param doesn't work with video tag
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: industral, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.24 Safari/534.7
Build Identifier:
Setting draggable parameter to "false" for "video" tag doesn't have any effect.
<div class="container">
<video draggable="false" src=".." controls="controls" width="100" heigh="150"></video>
</div>
Try to replace "video" with "img" tag and it will works fine.
P.S. Using HTML5 D&D.
Reproducible: Always
| Reporter | ||
Updated•15 years ago
|
Version: unspecified → 3.6 Branch
Updated•15 years ago
|
Product: Firefox → Core
QA Contact: general → general
Version: 3.6 Branch → 1.9.2 Branch
Comment 1•15 years ago
|
||
Could you point to a testcase showing the problem? I can drag <img draggable="false"> just fine over here...
Comment 2•14 years ago
|
||
Alex -> Can you please provide a public URL or reduced test case that exhibits this issue.
Are you still experiencing this issue with the latest version of Firefox 6?
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•