搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Problem with onmouseup event

  • 3 回覆
  • 1 有這個問題
  • 5 次檢視
  • 最近回覆由 cor-el

more options

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 while you press left click. Stop moving and try again. 'This second time (never the first), 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. 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. Thank you in advance.

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 while you press left click. Stop moving and try again. 'This second time (never the first), 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. 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. Thank you in advance.

所有回覆 (3)

more options

Hi!

I think you could report this either here in the feedback form:

https://input.mozilla.org/en-US/feedback

Or if you are able to use Bugzilla, you can give the specifics straight to the developers:

https://bugzilla.mozilla.org/

more options

I have sent the issue to https://bugzilla.mozilla.org/ . Thank you.

more options

On Firefox the mousedown stays active after releasing the mouse button after I've dragged the window a bit, so I can move the window around without pressing the mouse button. I need to click once again to end the dragging state.

On Google Chrome I have a problem to close the pop-up: it moves to the right, partly off the browser window hiding the close button.

I do notice that you have omitted a lot of quotes around attributes (class=image_link id=5 onclick=lightbox(this.id);) and one occasion where the closing quote is before the trailing ";" (onmousemove="mouse_coordinates(event)";), so maybe clean that up first.

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.