Opened 13 years ago

Closed 13 years ago

#7479 closed Bug (fixed)

WebKit: Paragraph format not applied when editor is not focused

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: WebKit IBM Cc: satya_minnekanti@…

Description

Without focus in the editing area select some paragraph format, like "Heading 2". When typing text, the selected format is not used.

If you check the source code, you'll see that an empty header was created, but the text has not been entered inside of it.

<p>
	Sample text</p>
<h2>
	&nbsp;</h2>

Change History (3)

comment:1 Changed 13 years ago by Satya Minnekanti

Cc: satya_minnekanti@… added
Keywords: IBM added

comment:2 Changed 13 years ago by Jakub Ś

Status: newconfirmed

Till version 3.4.1 (inclusive) no header element was created. After finishing scenario steps generated code looked:

<p>
	text</p>

From version 3.4.2 empty header has been added.

It's best to check it in ajax sample.

comment:3 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: confirmedclosed

Expired on trunk.

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