Opened 14 years ago
Closed 14 years ago
#6604 closed Bug (fixed)
Bidi and Justify plugins should create the same element [enterMode BR]
Reported by: | Sa'ar Zac Elias | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | General | Version: | 3.0 |
Keywords: | Discussion | Cc: |
Description
Currently, when enterMode is BR, justifying text results in a paragrpah, and adding direction results in a DIV. In both cases paragraph should be used.
Attachments (1)
Change History (9)
comment:1 follow-up: 3 Changed 14 years ago by
comment:2 Changed 14 years ago by
Milestone: | CKEditor 3.4.3 → CKEditor 3.5.1 |
---|
comment:3 Changed 14 years ago by
Keywords: | Discussion added |
---|
Replying to fredck:
Please note that with enterMode BR, all block like operations must result in a <div>, not a <p>. This is by design.
I'm sure this's not respected at all in v3, works like you describe in v2 though, so looks like a serious bug.
comment:4 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.0 |
comment:5 Changed 14 years ago by
So what is the issue here? Plugins which are using P for "block like operations" in entermode BR?
Changed 14 years ago by
Attachment: | 6604.patch added |
---|
comment:6 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
comment:7 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6273].
Please note that with enterMode BR, all block like operations must result in a <div>, not a <p>. This is by design.