Bug Tracker

Ticket #3683 (closed bug: invalid)

Opened 1 month ago

Last modified 1 month ago

$(this) selection issue

Reported by: jdfwarrior Assigned to: anonymous
Type: bug Priority: minor
Milestone: 1.3 Component: core
Version: 1.2.6 Keywords: $(this)
Cc: jdfwarrior Needs: Review

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

Change History

Changed 1 month ago by flesler

  • cc set to jdfwarrior
  • status changed from new to closed
  • resolution set to invalid

That's the normal behavior because events bubble.

Note: See TracTickets for help on using tickets.