Opened 7 years ago
Closed 6 years ago
#15171 closed bug (migrated)
Mixing delegated and direct click handlers behaves differently on IE on Windows phone
Reported by: | amasniko | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | event | Version: | 1.11.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have got a fixed positioned overlay with a direct click handler attached to it and on the top of it an absolutely positioned element with a delegated click handler. On every browser I have tried clicking on the absolutely position element invokes its delegated handler except on Windows phone (OS version 8.0.10517.150) where the overlay handler is called.
Try clicking on "Click me" text on the following example:
Note: See
TracTickets for help on using
tickets.
Migrated to https://github.com/jquery/jquery/issues/1777