Opened 13 years ago

Closed 13 years ago

#7944 closed Bug (fixed)

Enterkey in table caption

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.6.1
Component: UI : Enter Key Version: 3.0
Keywords: Cc: satya_minnekanti@…

Description

Enter key should NOT use paragraph as line break inside table caption.

  1. 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>
    
  2. Put cursor in caption and press enter;
    • Expected Result: a BR line break is created;
    • Actual Result: Paragraphs are instead created;

Attachments (1)

7944.patch (1.8 KB) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 13 years ago by Garry Yao

Status: newconfirmed

Similarly when pressing enter is a legend element, the behavior is actually splitting the legend instead of creating BR line break:

<form>
	<fieldset>
		<legend>fieldset legend</legend>
		height: <input type="text"/>
		weight: <input type="text"/>
	</fieldset>
</form>

comment:2 Changed 13 years ago by Garry Yao

Owner: set to Garry Yao
Status: confirmedreview

Changed 13 years ago by Garry Yao

Attachment: 7944.patch added

comment:3 Changed 13 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added

comment:4 Changed 13 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.6.1
Status: reviewreview_passed

comment:5 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: review_passedclosed

Fixed with [6992].

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