This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

تلاش سپورٹ

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

مزید سیکھیں

onclick event doesn't fire when targets of mousedown and mouseup events differ (but both are inside of element with onclick handler)

  • 1 جواب دیں
  • 1 میں یہ مسئلہ ہے
  • 5 دیکھیں
  • آخری جواب بذریعہ Medes

more options

You can check this issue here: https://jsfiddle.net/wt98ukw7/3/ onclick event fires only on upper half of div2, because in this case target of mousedown and mouseup events is div2. But if you click on bottom half of div2, target of mousedown event is div2 and target of mouseup is div1. I think it's a bug and it should be fixed.

You can check this issue here: https://jsfiddle.net/wt98ukw7/3/ onclick event fires only on upper half of div2, because in this case target of mousedown and mouseup events is div2. But if you click on bottom half of div2, target of mousedown event is div2 and target of mouseup is div1. I think it's a bug and it should be fixed.

تمام جوابات (1)

more options

I found corresponding bug in bugzilla - https://bugzilla.mozilla.org/show_bug.cgi?id=1004895

Can I vote for importance of this issue?