Opened 17 years ago

Closed 17 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

  1. Load sample01.html;
  2. Place the cursor at the end of the sample text and hit [Enter];
  3. Type "My Title";
  4. 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 17 years ago by Frederico Caldeira Knabben

Component: GeneralCore : Styles

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

Fixed with [774].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy