Opened 12 years ago
Last modified 12 years ago
#9888 confirmed Bug
[IE7-10] Magicline keyboard support for editor.enterMode BR
Reported by: | Olek Nowodziński | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Accessibility | Version: | 4.0.1 |
Keywords: | magicline IE | Cc: |
Description
- Visit http://ckeditor4.t/ckeditor/samples/plugins/enterkey/enterkey.html
- Set enterMode to BR
- Play with Ctrl+Alt+[ or ]
- See
Object doesn't support property or method 'setAttributes'
This is because the focus space is not an element anymore (BR mode), so it cannot have data-cke-magicline-hot
attribute set.
Tested in IE9. Possibly also in other browsers.
Change History (5)
comment:1 Changed 12 years ago by
Milestone: | CKEditor 4.0.2 → CKEditor 4.0.1 |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
Summary: | [IE9] Magicline keyboard support for editor.enterMode BR → [IE7-10] Magicline keyboard support for editor.enterMode BR |
To reproduce:
- Insert
<div>Foo</div><div>Ba^r</div>
- Press
Ctrl+Alt+[
orCtrl+Alt+]
I was able to reproduce this on latest master in IE7-10. All other browsers work well.
This is probably continuation for #9481
comment:4 Changed 12 years ago by
Milestone: | CKEditor 4.0.1 → CKEditor 4.0.2 |
---|
comment:5 Changed 12 years ago by
Milestone: | CKEditor 4.0.2 |
---|
The following Little Furry Monster should also be corrected :P