After I upgrade to 1.6, I noticed that the settings that I put in qa-plugin/wysiwyg-editor/config.js is not loaded anymore. Basically I have the following two lines:
config.linkShowAdvancedTab = false;
config.linkShowTargetTab = false;
to set the editor in simple mode, but now it always loads the advanced tabs. Any ideas?