Open
Bug 754607
Opened 13 years ago
Updated 3 years ago
Problem with onmouseup event
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: konstantinosmalekakis, Unassigned)
Details
User Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; BRI/2)
Steps to reproduce:
Hi. Please check this page. http://www.konstantinosmalekakis.com/Products.aspx Click on one of the photos. A larger image will pop up. This larger image is also movable. You can move it anywhere as long as you press left click. Stop moving and try again.
Actual results:
'This second time, dragging stops abruptly. You will get the not-allowed cursor. You must stop clicking to continue but this is not the desired behavior. On the left-bottom part of the screen, you can see a "0-1 flag". It shows 1 for onmousedown event and 0 for onmouseup event. The onmousedown state remains active after the mentioned conflict.
Expected results:
The desired behavior is: As long as clicking on image,flag shows 1,the image is movable. Stop clicking,flag shows 0,the image is not movable.
I have tested in IE,Safari,Chrome,Opera. and works fine :( I have tried almost everything before I decide to publish. :( Of course, I can send you all the code if this is necessary but it's easy to check through page source option.
Comment 1•13 years ago
|
||
This seems to work correctly under Linux, so I suspect this issue is windows only.
Reporter | ||
Comment 2•13 years ago
|
||
At the moment, I don't have access to a Linux based computer but I will check it as soon as possible. Thank you.
Reporter | ||
Comment 3•13 years ago
|
||
(In reply to Bill Gianopoulos [:WG9s] from comment #1)
> This seems to work correctly under Linux, so I suspect this issue is windows
> only.
At the moment, I don't have access to a Linux based computer but I will check it as soon as possible. Thank you.
Updated•13 years ago
|
Component: Untriaged → DOM: Events
Product: Firefox → Core
QA Contact: untriaged → events
![]() |
||
Comment 4•13 years ago
|
||
I'm not seeing a 0-1 flag with any browsers on this page, nor am I seeing a draggable large image... did the page change?
Comment 5•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•