Opened 14 years ago
Closed 13 years ago
#7381 closed Bug (worksforme)
WebKit: Element styles are lost when preceding empty paragraph is removed
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5 |
Keywords: | WebKit | Cc: | Michael Camden |
Description
- Start with the following content and selection:
<p> </p> <p> </p> <p> <span style="color: #0070c0">^This should be blue.</span></p>
- Press backspace to remove the middle line
- Result:
<p> </p> <p> This should be blue.</p>
Note: the blue color is gone.
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Cc: | Michael Camden added |
---|
comment:4 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | pending → closed |
WFM Safari5.1.2/Chrome16.0.
Confirmed in Safari and Chrome.