[Webkit-unassigned] [Bug 115027] Missing class attribute after pressing backspace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 24 06:29:26 PDT 2013


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


Grzegorz Czajkowski <g.czajkowski at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #199395|0                           |1
        is obsolete|                            |




--- Comment #12 from Grzegorz Czajkowski <g.czajkowski at samsung.com>  2013-04-24 06:27:44 PST ---
Created an attachment (id=199421)
 --> (https://bugs.webkit.org/attachment.cgi?id=199421&action=review)
HTML page - style isn't copied while paragraph merge

Simplified the HTML sample a bit by removing unnecessary divs.

Steps to reproduce:
 - Press Backspace in the front of text2
Result:
 - the style of <SPAN> is not copied 

This issue occurs when we have <span> tag alone:
<SPAN class="addBackground">text2</SPAN>          <--- the background is not being added
<SPAN class="addBackground">text2</SPAN> text3    <--- the background is properly added

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