Bug 21448
Summary: | Font size change when deleting newline after zooming text | ||
---|---|---|---|
Product: | WebKit | Reporter: | Annie Sullivan <sullivan> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
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 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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Annie Sullivan
This affects Google Docs and Gmail.
Annie Sullivan
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
Whoops, looks like both these issues are fixed on the latest nightly.