[Webkit-unassigned] [Bug 114960] New: Editing: wrong text position when you click backspace on the line below the image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 22 08:31:45 PDT 2013


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

           Summary: Editing: wrong text position when you click backspace
                    on the line below the image
           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:
    <DIV><SPAN style="color:#FF0000"><IMG src="black.jpg"></SPAN><br>
    <SPAN style="color:#FF0000">text</SPAN>
    </DIV>
  2) Press backspace in front of "text".

Actual Results: 
  The "text" goes in front of the IMG:
    <DIV><SPAN style=\94color:#FF0000">text</SPAN>
    <SPAN style=\94color:#FF0000"><IMG src=\94xxx\94/></SPAN>
    </DIV>

Expected Results:
  The "text" goes behind the image:
    <DIV><SPAN style=\94color:#FF0000"><IMG src=\94xxx\94/></SPAN>
    <SPAN style=\94color:#FF0000">text</ 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