Opened 12 years ago
Last modified 12 years ago
#9682 confirmed Bug
CKE 4.x - JS errors thrown when inserting div container.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
Bug can be reproduced in all browsers.
- Open enter key sample
- Set any Enter mode and clear editor contents (best with new page button)
- Click div container toolbar button
Result:
Messages: Cannot call method 'getName' of undefined or a is undefined
Line : 333
URI: ckeditor.js
Please note that I was able to get this bug in release version only. It didn't occur on "trunk"
- Open enter key sample
- Set Enter Mode DIV and clear editor contents (best with new page button)
- Click div container toolbar button and Click OK
Result:
Message: Cannot call method 'equals' of null
Line: 199
URI: /ckeditor/plugins/div/dialogs/div.js
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
I can't confirm the first issue, but second is still valid.