搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.