Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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?