Search and Top Navigation
#5566 closed bug (notabug)
Opened April 29, 2010 03:04PM UTC
Closed April 29, 2010 06:54PM UTC
Last modified October 11, 2012 09:15PM UTC
dialog is not working properly under the tabs
Reported by: | narcis | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ui.dialog | Version: | 1.8 |
Keywords: | dialog under tabs | Cc: | |
Blocked by: | Blocking: |
Description
Hi,
I have 3 html pages: tabs.html, tab1.html, tab2.html. The last 2 are identical, containing each one a dialog. I load tabs.html and tab1.html. I can show the dialog. If I navigate on the second tab and/or back, the dialog can not be shown anymore.
Hint: If I change the id of div/dialog in the second tab, each dialog can be shown only once, immediately after the tab is clicked and displayed.
I attached the example.
Thanks
Narcis
Attachments (1)
Change History (4)
Changed April 29, 2010 06:54PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed April 30, 2010 06:22AM UTC by comment:2
Thank you.
Actually is my mistake, I placed the dialog out of the tab (outside of tab's div) and I just call it from the tab, and is working fine.
Changed April 30, 2010 07:18AM UTC by comment:3
Actually, the problem was another one. I load an identical html, but on the same div (this means that when I click one tab, the html is loading in the same and only one div), so I don't load multiple elements with the same id. The problem was that in the loade document I load the entire html page structure including <head> that includes the jquery-ui script, and that generated the problem.
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
tabs1.html and tabs2.html are identical, which means you're loading multiple elements with the same id into the same page. Please use the forums to ask for help.