Opened 13 years ago
Last modified 10 years ago
#8438 closed Bug
Webkit changes strong tags to b when deleting formatted text. — at Version 5
Reported by: | Jakub Ś | Owned by: | Webkit |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Webkit | Cc: |
Description (last modified by )
- Clear editor contents
- Type "test"
- Press cmd+a on Mac or crtl+a on Win
- Click bold or italic or underline
- Text should be still selected. Press Delete key
Result: In elements path strong tag is changed to b.
The same thing applies to other tags:
strong to b
em to i
sub, sup to styled span
#9998 is the main ticket handling Webkit issues related to backspace.
Change History (5)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Keywords: | Webkit added |
---|
comment:4 Changed 12 years ago by
Description: | modified (diff) |
---|
Similar ticket with styled span and font tag was described here #8082
comment:5 Changed 12 years ago by
Description: | modified (diff) |
---|
#9909 was marked as duplicate.