Bug Tracker

Modify

Ticket #11033 (closed bug: duplicate)

Opened 18 months ago

Last modified 18 months ago

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

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

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

Change History

comment:1 Changed 18 months ago by dmethvin

  • Status changed from new to closed
  • Resolution set to duplicate

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

comment:2 Changed 18 months ago by dmethvin

Duplicate of #10878.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.