Opened 13 years ago
Closed 13 years ago
#9417 closed Bug (fixed)
[Chrome] ENTER_BR is broken
| Reported by: | Olek Nowodziński | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.5 |
| Component: | UI : Enter Key | Version: | 3.6.5 |
| Keywords: | Cc: |
Description
- Go to http://nightly.ckeditor.com/7629/_samples/enterkey.html
- Set
When Enter is pressed:toBR. - Hit enter to break editor content.
Uncaught TypeError: Object #<Object> has no method 'isBlockBoundary' @ ckeditor.js:132
- It works in latest Firefox.
- It works in 3.6.4
Change History (3)
comment:1 Changed 13 years ago by
| Summary: | [Chrome] ENTER_BR in broken → [Chrome] ENTER_BR is broken |
|---|
comment:2 Changed 13 years ago by
| Status: | new → confirmed |
|---|
comment:3 Changed 13 years ago by
| Component: | General → UI : Enter Key |
|---|---|
| Resolution: | → fixed |
| Status: | confirmed → closed |
Fixed with [7633].

The failing code has been introduced with [7624].