Bug 21505 - First letter of header tag inside div tag incorrect when changing header size
Summary: First letter of header tag inside div tag incorrect when changing header size
Status: RESOLVED DUPLICATE of bug 16004
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.mozilla.org/editor/midasdemo/
Keywords: GoogleBug
Depends on:
Blocks:
 
Reported: 2008-10-09 13:35 PDT by Annie Sullivan
Modified: 2008-11-04 11:35 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Annie Sullivan 2008-10-09 13:35:04 PDT
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>
Comment 1 Annie Sullivan 2008-10-09 13:35:13 PDT
This affects Google Docs.
Comment 2 Julie Parent 2008-10-09 13:53:23 PDT
This is a dup of: https://bugs.webkit.org/show_bug.cgi?id=16004
Comment 3 Maciej Stachowiak 2008-11-04 11:31:14 PST
bug 16004 appears to be fixed - is this fixed as well?

*** This bug has been marked as a duplicate of 16004 ***

*** This bug has been marked as a duplicate of 16004 ***
Comment 4 Julie Parent 2008-11-04 11:35:43 PST
Yeah, this is fixed (at least in a nightly I just tested from about a month ago).