Closed
Bug 307693
Opened 19 years ago
Closed 19 years ago
Selection moves to different element
Categories
(Core :: DOM: Selection, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bugs.caleb, Assigned: sharparrow1)
References
()
Details
Attachments
(1 file)
|
396 bytes,
text/html
|
Details |
Reproduction steps: 1. Open the URL: http://www.allmusic.com/cg/amg.dll?p=amg&searchlink=FOUR|FRESHMEN&uid=MIW060505271437&sql=11:7x6fmpb39f5o~T2 2. Put the mouse cursor after "The Four Freshmen" and start a selection from right-to-left. 3. Keep moving your mouse to the left while the left mouse button is pressed, and you will notice that once the mouse is under "wrong person? more matches HERE" the selection moves to that element. I'm not sure if this is a site specific CSS/HTML issue or some kind of a bug. If you click and hold (to show the focus rect) on "wrong person? more matches HERE" you will notice that it shows a box that overlaps the artist name... In IE6: * You can easily select the artist name * Clicking on the arist name, when the mouse pointer is above the "wrong person" link does not do anything. In Opera8: * You can easily select the artist name * Clicking on the arist name, when the mouse pointer is above the "wrong person" link actually visits the "wrong person" link. In Firefox: * You can not easily select the arist name. * Clicking on the arist name, when the mouse pointer is above the "wrong person" link does not do anything.
Comment 1•19 years ago
|
||
I confirm with : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050909 Firefox/1.4 ID:2005090900
Comment 2•19 years ago
|
||
This is more or less the situation. Although with this testcase, IE6 also has the bug. This issue is not a recent regression, I can see it also in Mozilla1.7
Updated•19 years ago
|
Assignee: nobody → selection
Component: Layout → Selection
OS: Windows XP → All
QA Contact: layout
| Assignee | ||
Comment 3•19 years ago
|
||
This behavior is basically by design; the frame associated with the area above the link is the link, and where the selection should go is determined by that. IE's behavior is wrong because the padding should not be ignored; Opera apparently uses different methods for determining the location of clicks and selection. It would be possible to act more like Opera, but I don't really think that's worthwhile to pursue.
| Assignee | ||
Updated•19 years ago
|
Assignee: selection → sharparrow1
| Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•