Skip to main content

Bug Tracker

Side navigation

#11033 closed bug (duplicate)

Opened December 15, 2011 03:38PM UTC

Closed December 15, 2011 03:42PM UTC

Last modified December 15, 2011 03:42PM UTC

1.7.1 on not bubbling dynamically created dropdowns in IE7/8 on change

Reported by: constant.newb@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:
Description

I am new to reporting bugs apologies for any mistakes. I have raised this issue on Stackoverflow and put up two examples on jsFiddle (links below) to see if anybody else had spotted this issue or I had been making a silly mistake. I did search the open tickets but couldnt find reference.

The issue is when using 'on' on a surrounding element with several dropdowns in, the bubbling that jQuery replicates in IE8 and below works very well. However when adding new drop downs dynamically inside the surrounding element the bubbling doesnt work for those elements in IE8 and below. It does work in other browsers.

Its almost as if the bubbling that jQuery simulates (according to the documentation) is not added to any new elements within the set, rather than it being a dynamic thing. Ive got the work around of applying direct handlers on the elements when creating them, so I am simply raising the issue as it was unexpected.

StackOverflow

Original Issue jsFiddle

Edited jsFiddle

Thanks,

Lee

Attachments (0)
Change History (2)

Changed December 15, 2011 03:42PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

It's on the list to fix in 1.7.2; workaround is in the original ticket.

Changed December 15, 2011 03:42PM UTC by dmethvin comment:2

Duplicate of #10878.