Opened 9 years ago
Closed 9 years ago
#14835 closed Bug (invalid)
Conflict with NOTIFICATION and AUTOGROW plugin
Reported by: | infoplus007@gmail.com | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.11 |
Keywords: | Cc: |
Description ¶
Steps to reproduce ¶
- Install AUTOGROW plugin alone with cdn.ckeditor.com/4.5.10/full-all/ckeditor.js and it will work fine.
- Add the NOTIFICATION plugin
Expected result ¶
AUTOGROW should work
Actual result ¶
AUTOGROW don't work when NOTIFICATION plugin is installed.
Other details (browser, OS, CKEditor version, installed plugins) ¶
Tested with Firefox 48.02 under Win 7 x64
N.B.: If you need more information just let me know if I forget something.

Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Sorry it was my own error with
config.extraPlugins
I must add all the plugin on the same line instead of having multiple config.extraPlugins
You can close the "non-bug" ;-)
comment:3 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |

After some testing I have more informations.
In the Firefox console through "network" I can see that as soon I add the notification plugin the autogrow plug in is not "called/loaded".
As soon I add the Notification plugin Autogrow don't load...
Hoping it will help you to better understand what happen.
Regards !