Opened 13 years ago
Closed 13 years ago
#8504 closed Bug (invalid)
Remove the 'Advanced' tab from the 'Image' dialog
Reported by: | yveszx | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
The folowing code use to work until i upgraded to 3.6.2 We like to hide Advanced/useless tabs from our users
in the config.js the following code causes the dialog to freeze when adding a new link
if (dialogName == 'image') { Remove the 'Advanced' tab from the 'Link' dialog. dialogDefinition.removeContents('advanced'); }
Please correct me if I'm wrong but when I paste the below code into config.js everything is working as expected.
There is one issue with table height but it is reproted here #8509. Besides that everythisng is ok.
I'm closing the ticket as an invalid for now but if you are still able to reproduce the defect please leave a comment.