Opened 10 years ago

Closed 10 years ago

#10938 closed Bug (fixed)

An attribute for editable denoting what enter mode it has

Reported by: Olek Nowodziński Owned by: Piotrek Koszuliński
Priority: Normal Milestone: CKEditor 4.3
Component: General Version: 4.3 Beta
Keywords: Cc:

Description

Use case:

When focusing a widget, editor.activeEnterMode updates accordingly to ACF rules in nested editables. If the widget remains focused and magicline inserts a focus space outside of a widget, it will follow the enter behavior imposed by nested editable which is not necessarily the same as editor's one. Yet, if the insertion was within widget's editable, that enter mode would be correct.

To resolve that issue, considering the fact that magicline shouldn't deal with widgets API, an attribute must be established that denotes the enter mode inside of editable element. With such attribute, magicline would correctly insert either P or BR.

Blocker of #10828.

Change History (3)

comment:1 Changed 10 years ago by Piotrek Koszuliński

Owner: set to Piotrek Koszuliński
Status: newassigned

comment:2 Changed 10 years ago by Piotrek Koszuliński

Status: assignedreview

Part of #10881.

comment:3 Changed 10 years ago by Olek Nowodziński

Resolution: fixed
Status: reviewclosed

Introduced in #10881.

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