#4042 closed bug (duplicate)
Ajax page containing tabs loaded into dialog broke from 1.6 rc5 to rc6 (IE only)
Reported by: | muley | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.dialog | Version: | 1.6rc6 |
Keywords: | ajax tabs, dialog | Cc: | |
Blocked by: | Blocking: |
Description
This is a problem that stemmed only with UI 1.6 rc6 (it worked fine in rc5):
If you use .load() to load some html, call .tabs() on the newly loaded html, then make a dialog out of it... in IE, the tab content does not work correctly (IE7 specifically. Not sure about other versions).
See attached files for an example.
Again, this is rc6 and IE7 only. if you use firefox or rc5, it'll work fine.
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
Changed 14 years ago by
Attachment: | example.zip added |
---|
Note: See
TracTickets for help on using
tickets.
actually, the dialog has nothing to do with it. this is only a problem with tabs. i have updated the example files.