Closed
Bug 591986
Opened 15 years ago
Closed 12 years ago
selecting across <video> produces weird results
Categories
(Core :: DOM: Selection, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 499686
People
(Reporter: dbaron, Unassigned)
Details
Trying to select text while moving the mouse across a <video> produces very strange results. (It may by required that the video's source is 404 Not Found to observe this; I'm not sure.)
Steps to reproduce:
1. https://wiki.mozilla.org/WeeklyUpdates/2010-08-23#Video_for_today.27s_meeting
2. click on the text "Video for today's meeting" and drag the mouse downward across the video element in order to select text that includes the video. (The mouse pointer must actually cross the video, not go around it.)
3. afterwards, try selecting some text below the video
Actual results:
2. the selection does not extend below the video
3. two selections appear at the same time
Expected results:
2. the selection extends across the video
3. only one selection appears at once
Tested in 2010-08-30-03-mozilla-central Linux x86_64 nightly.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•