Side navigation
#3683 closed bug (invalid)
Opened December 03, 2008 08:50PM UTC
Closed December 04, 2008 07:51PM UTC
$(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.
Attachments (0)
Change History (1)
Changed December 04, 2008 07:51PM UTC by comment:1
cc: | → jdfwarrior |
---|---|
resolution: | → invalid |
status: | new → closed |
That's the normal behavior because events bubble.