Opened 18 years ago
Closed 18 years ago
#569 closed Bug (fixed)
Safari: Format -> Heading ignores the first char in the paragraph
| Reported by: | Frederico Caldeira Knabben | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | Safari Compatibility |
| Component: | Core : Styles | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Cc: |
Description
Steps to reproduce
- Load sample01.html;
- Place the cursor at the end of the sample text and hit [Enter];
- Type "My Title";
- Select "Format" -> "Heading 1" in the toolbar.
Results
The "M" in "My Title" doesn't change. The title style is displayed correctly for the rest of the block. It happens with any type of "Heading" in the "Format" combo.
The following is the resulting HTML:
<h1><span class="Apple-style-span" style="font-size: 12px; font-weight: normal; ">M</span>y Title</h1>
Tested with WebKit Nightly r23540 over Windows.
Change History (2)
comment:1 Changed 18 years ago by
| Component: | General → Core : Styles |
|---|
comment:2 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

Fixed with [774].
Click here for more info about our SVN system.