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.
- Use the following content:
<p> foo</p> <p> <input type="radio" />bar</p>
- Select all.
- Set a text color.
Result: The color is applied only to the first paragraph ("foo").