Opened 14 years ago
Closed 14 years ago
#7479 closed Bug (fixed)
WebKit: Paragraph format not applied when editor is not focused
Reported by: | Wiktor Walc | 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 (3)
comment:1 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|---|
Keywords: | IBM added |
comment:2 Changed 14 years ago by
Status: | new → confirmed |
---|
Till version 3.4.1 (inclusive) no header element was created. After finishing scenario steps generated code looked:
From version 3.4.2 empty header has been added.
It's best to check it in ajax sample.