Bug 21505
Summary: | First letter of header tag inside div tag incorrect when changing header size | ||
---|---|---|---|
Product: | WebKit | Reporter: | Annie Sullivan <sullivan> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | jparent, justin.garcia, sullivan |
Priority: | P2 | Keywords: | GoogleBug |
Version: | 525.x (Safari 3.1) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://www.mozilla.org/editor/midasdemo/ |
Annie Sullivan
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>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Annie Sullivan
This affects Google Docs.
Julie Parent
This is a dup of: https://bugs.webkit.org/show_bug.cgi?id=16004
Maciej Stachowiak
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 ***
Julie Parent
Yeah, this is fixed (at least in a nightly I just tested from about a month ago).