Opened 14 years ago
Closed 14 years ago
#3683 closed bug (invalid)
$(this) selection issue
Reported by: | jdfwarrior | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | $(this) | Cc: | jdfwarrior |
Blocked by: | Blocking: |
Description
I have found an issue where the $(this) selector seems to be encountering problems. This situation was found while attempting to select an item using a click event with nested divs. There was a situation where there are basically, nested divs (box, inside a box, inside a box, etc) where, When clicking when attempting to click on the inner div, the $(this) selector would register as the parent of the inner div.
Change History (1)
comment:1 Changed 14 years ago by
Cc: | jdfwarrior added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
That's the normal behavior because events bubble.