Opened 11 years ago

Closed 11 years ago

#10071 closed Bug (fixed)

ACF should be aware of config.enterMode

Reported by: Piotrek Koszuliński Owned by: Piotrek Koszuliński
Priority: Normal Milestone: CKEditor 4.1 RC
Component: General Version:
Keywords: Drupal Cc: wim.leers@…

Description

The follow-up of #9829.

Things that need to dependent on config.enterMode setting:

  1. Default ACF rules ('div br' in DIV mode and 'br' in BR mode).
  2. Function removing filtered out elements (blocks should be replaced with div in DIV mode and removed and separated by br in BR mode).
  3. Blockless editables should automatically force ACF's behaviour for BR mode. Perhaps they automatically force enterMode=BR, what would be enough.

Change History (5)

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

Status: newconfirmed

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

Owner: set to Piotrek Koszuliński
Status: confirmedassigned

comment:3 Changed 11 years ago by Piotrek Koszuliński

Status: assignedreview

Pushed t/10071 on dev and tests.

comment:4 Changed 11 years ago by Frederico Caldeira Knabben

Status: reviewreview_passed

comment:5 Changed 11 years ago by Piotrek Koszuliński

Resolution: fixed
Status: review_passedclosed

Merged to major with git:a998cba on dev and 7b8a6c1 on tests.

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