Enterkey in table caption
Enter key should NOT use paragraph as line break inside table caption.
- Load the following content with enter set to paragraph mode;
<table border="1" cellpadding="1" cellspacing="1" >
<caption>table caption</caption>
<tbody><tr><td>cell</td></tr></tbody>
</table>
- Put cursor in caption and press enter;
- Expected Result: a BR line break is created;
- Actual Result: Paragraphs are instead created;
Change History (6)
Owner: |
set to Garry Yao
|
Status: |
confirmed →
review
|
Cc: |
satya_minnekanti@… added
|
Milestone: |
→ CKEditor 3.6.1
|
Status: |
review →
review_passed
|
Resolution: |
→ fixed
|
Status: |
review_passed →
closed
|
Similarly when pressing enter is a legend element, the behavior is actually splitting the legend instead of creating BR line break: