Opened 15 years ago
Last modified 15 years ago
#6621 closed Bug
Webkit: Cannot apply a text color because of an input element — at Version 2
Reported by: | Tobiasz Cudnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | General | Version: | 3.4.2 |
Keywords: | Webkit | Cc: |
Description (last modified by )
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").
This is an regression against 3.4.1.
Change History (2)
comment:1 Changed 15 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|
Blockquote is also affected.