Opened 14 years ago
Closed 14 years ago
#6654 closed New Feature (fixed)
Configuration to disable auto paragraphing
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
There're part of users that doesn't understand the benefit of the auto paragraphing feature, but still want to stay paragraph enterMode, so we could provide a configuration to disable it at least.
Attachments (3)
Change History (12)
Changed 14 years ago by
Attachment: | 6654.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → review |
comment:2 Changed 14 years ago by
Status: | review → review_failed |
---|
- The configuration is "true" by default, which is wrong. The current behavior should be the default.
- Let's have a simpler and shorter configuration name: autoParagraph
Changed 14 years ago by
Attachment: | 6654_2.patch added |
---|
comment:3 Changed 14 years ago by
Status: | review_failed → review |
---|
comment:4 Changed 14 years ago by
Status: | review → review_passed |
---|
Changed 14 years ago by
Attachment: | 6654_3.patch added |
---|
comment:5 Changed 14 years ago by
Status: | review_passed → review |
---|
The "onSelectionChangeFixBody" now consist of multiple other fixes, we'd be more precise when applying the config.
comment:6 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Type: | Task → New Feature |
Fixed with [6687].
comment:8 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The configuration should affect html parser also, otherwise after switching between modes it will have no effect.
comment:9 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I've opened #7817 for it.