[Webkit-unassigned] [Bug 115027] New: Editing: missing style after entering backspace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 23 02:47:39 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=115027

           Summary: Editing: missing style after entering backspace
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: k.wolanski at samsung.com


Steps to Reproduce:
  1)Open the website that contains (ScreenShot1.jpg):
    <DIV>text1</DIV>
    <DIV><SPAN style="color:#FF0000" class="tz-blink">text2</SPAN></DIV>
  2) Press backspace in front of "text2".

Actual Results: 
  Style of "text2" is lost (ScreenShot2.jpg):
    <DIV>text1<SPAN style="color:#FF0000">text2</SPAN></DIV>

Expected Results:
  All style should be remained:
    <DIV>text1<SPAN style="color:#FF0000" class="tz-blink">text2</SPAN></DIV>

Build Date & Platform:
  Build 2013-04-22 on Ubuntu 12.04 LTS

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list