RESOLVED FIXED 21448
Font size change when deleting newline after zooming text
https://bugs.webkit.org/show_bug.cgi?id=21448
Summary Font size change when deleting newline after zooming text
Annie Sullivan
Reported 2008-10-07 14:26:51 PDT
Steps to reproduce: 1. Go to midas demo and enter the following text: ABC <blank line> DEF 2. Press Ctrl-Plus to zoom the text to a bigger size 3. Put the cursor before the 'D' of the third line. 4. Press backspace. Result: The 'DEF' line increases in font size. HTML snippet: <div>ABC</div><div><span class="Apple-style-span" style="font-size: 99px; ">DEF</span><br></div>
Attachments
Annie Sullivan
Comment 1 2008-10-07 14:27:37 PDT
This affects Google Docs and Gmail.
Annie Sullivan
Comment 2 2008-11-18 17:01:01 PST
Similar issue: 1. Go to Midas temo and enter the following text: one two three 2. Highlight the text and press the "Unordered list" button. 3. Press Ctrl-+ to increase the text size 4. Place the cursor in front of "two" and press the "Indent" button Result: The font size of the 2nd bulleted list item increases. HTML snippet: <ul><li>one<br></li><ul><li><span class="Apple-style-span" style="font-size: 23px; ">two</span><br></li></ul><li>three<br></li></ul>
Annie Sullivan
Comment 3 2008-11-18 17:08:22 PST
Whoops, looks like both these issues are fixed on the latest nightly.
Note You need to log in before you can comment on or make changes to this bug.