Closed
Bug 307878
Opened 20 years ago
Closed 20 years ago
a:active problem when clicking and dragging image past viewpoint
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: aib.wolphin, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Clicking on an image in the URL provided will enable the a:active state found in
CSS. If you the carry on holding and attempt to drag the image, it will disappear.
Reproducible: Always
Steps to Reproduce:
1. Go to the following web page:
http://www.avalonstar.com/projects/runningwithsprites/example_rx8_active.html
2. Hover your mouse over the left side of the car (example only); it will come
into focus
3. Clicking on it will cause some text to show. Holding the mouse button down,
drag your mouse to the right side of the screen. You will then see that left
image disappear, and it becomes unclickable.
Actual Results:
The image disappeared.
Expected Results:
--
Comment 1•20 years ago
|
||
Was able to reproduce this error on Firefox 1.5 Beta 1
Comment 2•20 years ago
|
||
Can't reproduce it. It stays clickable no matter how many times I drag. In IE I
have even more problems, in most cases (but not always) I can't call the text
unless I move my mouse first outside the picture and I assume this is not the
intention.
Comment 3•20 years ago
|
||
Tried it in the latest branch and trunk, sorry, forgot to mention it.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050910
Firefox/1.6a1 ID:2005091022
Ah, ok. Seems that it may have been corrected in the latest version then. Did
anyone else using Firefox 1.6a1 encounter the same experience?
(About I.E, it tends to have far more incompatibilities with CSS than Firefox
does, so...ROCK ON Firefox! :D)
Assignee: nobody → events
Component: General → Event Handling
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → 1.7 Branch
Comment 5•20 years ago
|
||
Yeah, this worksforme in a current trunk build.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•