Ticket #7479 (closed Bug: fixed)
WebKit: Paragraph format not applied when editor is not focused
| Reported by: | wwalc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.0 |
| Keywords: | WebKit IBM | Cc: | satya_minnekanti@… |
Description
Without focus in the editing area select some paragraph format, like "Heading 2". When typing text, the selected format is not used.
If you check the source code, you'll see that an empty header was created, but the text has not been entered inside of it.
<p> Sample text</p> <h2> </h2>
Change History
Note: See
TracTickets for help on using
tickets.
