Opened 11 years ago

Last modified 11 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

  1. Visit http://ckeditor4.t/ckeditor/samples/plugins/enterkey/enterkey.html
  2. Set enterMode to BR
  3. Play with Ctrl+Alt+[ or ]
  4. 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 11 years ago by Olek Nowodziński

Milestone: CKEditor 4.0.2CKEditor 4.0.1

comment:2 Changed 11 years ago by Olek Nowodziński

The following Little Furry Monster should also be corrected :P

that.lastCmdDirection = element.getAttribute( 'data-cke-magicline-dir' ) === 'true' ? true : false

comment:3 Changed 11 years ago by Jakub Ś

Keywords: IE added
Status: newconfirmed
Summary: [IE9] Magicline keyboard support for editor.enterMode BR[IE7-10] Magicline keyboard support for editor.enterMode BR

To reproduce:

  1. Insert <div>Foo</div><div>Ba^r</div>
  2. Press Ctrl+Alt+[ or Ctrl+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 11 years ago by Piotrek Koszuliński

Milestone: CKEditor 4.0.1CKEditor 4.0.2

comment:5 Changed 11 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 4.0.2
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy