#4259 closed bug (notabug)
DOM Elements conflicting
Reported by: | jane1916 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.tabs | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When two contents contain DOM elements with same name they conflict. The contents are loaded by AJAX and is difficult to change the DOM Element names. I have tried caching the contents of the 1st div while hiding but the problem is when the div is loaded again the javascript in that div re-initializes all the widgets again which is not required. Please let me know if there is a way to solve this problem
Note: See
TracTickets for help on using
tickets.
Ids in a document have to be unique as per specification. I cannot offer a workaround for scripting on top of an invalid DOM.