Opened 13 years ago

Closed 12 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

  1. Start with the following content and selection:
    <p>
    	&nbsp;</p>
    <p>
    	&nbsp;</p>
    <p>
    	<span style="color: #0070c0">^This should be blue.</span></p>
    
  2. Press backspace to remove the middle line
  3. Result:
    <p>
    	&nbsp;</p>
    <p>
    	This should be blue.</p>
    
    Note: the blue color is gone.

Change History (4)

comment:1 Changed 13 years ago by Wiktor Walc

Status: newconfirmed

Confirmed in Safari and Chrome.

comment:2 Changed 13 years ago by Wiktor Walc

Cc: Michael Camden added

comment:3 Changed 13 years ago by Garry Yao

Status: confirmedpending

WFM Safari5.0.5/Chrome13.0.

comment:4 Changed 12 years ago by Jakub Ś

Resolution: worksforme
Status: pendingclosed

WFM Safari5.1.2/Chrome16.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