[Webkit-unassigned] [Bug 24167] New: Second paragraph is converted from em to px when applying bullets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 25 11:51:22 PST 2009


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

           Summary: Second paragraph is converted from em to px when
                    applying bullets
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: robbyw at google.com
                CC: eric at webkit.org, justin.garcia at apple.com,
                    jparent at google.com


Start with the following HTML:

<div style="font-size: 1.3em">1</div><div style="font-size: 1.1em">2</div>

Select all and add bullets.  Observe the HTML is now:

<div style="font-size: 1.3em"><ul><li>1</li><li><span class="Apple-style-span"
style="font-size: 18px; ">2</span></li></ul></div><div style="font-size:
1.1em">2</div>

It is especially strange that the first LI stays in em but the second converts
to px.

(This is the root cause of a bug in Google Presentations.)


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



More information about the webkit-unassigned mailing list