Opened 15 years ago

Last modified 15 years ago

#6621 closed Bug

Webkit: Cannot apply a text color because of an input element — at Initial Version

Reported by: Tobiasz Cudnik Owned by:
Priority: Normal Milestone: CKEditor 3.4.2
Component: General Version: 3.4.2
Keywords: Webkit Cc:

Description

In Chrome, we cannot apply a text color because of an input element.

  1. Use the following content:
    <p>
    	foo</p>
    <p>
    	<input type="radio" />bar</p>
    
    1. Select all.
    2. Set a text color.

Result: The color is applied only to the first paragraph ("foo").

Change History (0)

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