Opened 8 years ago
Last modified 8 years ago
#14924 confirmed Bug
Dialog tab is disabled if has content elements of html type only (same as ticket 13193)
Reported by: | chad.rehm | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.11 |
Keywords: | Cc: |
Description
Steps to reproduce
- download and use mytest.zip by j.swiderski on ticket 13193. https://dev.ckeditor.com/ticket/13193
- add an id to the outermost html element div '<div id="someid" class="tab_container">' on tab 1.
- open dialog
- select tab 2 then try to select tab 1.
Expected result
selecting tab 1 will bring you back to tab 1 one
Actual result
once tab 2 is selected tab 1 can't be reselected.
Work Around
html: '<div class="tab_container"><div id="myDiv"></div></div>',