[Webkit-unassigned] [Bug 21505] New: First letter of header tag inside div tag incorrect when changing header size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 9 13:35:04 PDT 2008


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

           Summary: First letter of header tag inside div tag incorrect when
                    changing header size
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
               URL: http://www.mozilla.org/editor/midasdemo/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sullivan at google.com
                CC: justin.garcia at apple.com, jparent at google.com,
                    sullivan at google.com


Steps to reproduce:
1. Go to Midas Demo.
2. Check "View HTML Source" and set the following HTML:

<div><p>p1</p><h3>hello</h3></div>

2. Uncheck "View HTML Source"
3. Select the word "hello" and choose "H1" from the leftmost dropdown menu.

Results:
"h" shrinks to small font, while "ello" switches to H1.
HTML source:
<div><p>p1</p><h1><span class="Apple-style-span" style="font-size: 19px;
">h</span>ello<br></h1></div>


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