Closed
Bug 499459
Opened 16 years ago
Closed 16 years ago
copy video location does not work
Categories
(Toolkit :: Video/Audio Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 496832
People
(Reporter: j, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1pre) Gecko/20090616 Shiretoko/3.5pre
Build Identifier:
on linux right click copy video location does not work.
Reproducible: Always
Steps to Reproduce:
1. open page with video
2. right click copy location
3. try to paste
Actual Results:
nothing is pasted
Expected Results:
should have the url
Comment 1•16 years ago
|
||
This site was having issues with their ISP removing the actual video files. Was a video playing when you did the 'copy location'?
Comment 2•16 years ago
|
||
To clarify my comment 1, the 'video location' that is copied is obtained from the 'currentSrc' attribute. This is set to the successfully loaded media resource. Since none successfully loads, there is nothing to copy.
| Reporter | ||
Comment 3•16 years ago
|
||
no there was no video available but to find that out i wanted to copy the video location and open it in a new window. i think the location should also be available if the video could not be loaded successfully.
Comment 4•16 years ago
|
||
Unfortunately this is difficult. For example, what is the location in this video usage if no video loads:
<video>
<source src="foo.mp4" type="..."/>
<source src="bar.ogg" type="..."/>
</video>
Possibly 'copy location' could try 'currentSrc', then 'src' on the video element, then give up, ignoring the src on the 'source' elements.
Comment 5•16 years ago
|
||
Bug 496832 improves this -- it's a little better at trying to get the media location (like comment 4 suggests), and if it can't the menu entry is disabled.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•15 years ago
|
Component: Video/Audio → Video/Audio Controls
Product: Core → Toolkit
QA Contact: video.audio → video.audio
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•