Opened 17 years ago

Closed 17 years ago

#1331 closed Bug (fixed)

Repeated core style vs. inline styled range

Reported by: pora Owned by: Frederico Caldeira Knabben
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: Core : Styles Version: SVN (FCKeditor) - Retired
Keywords: Confirmed Firefox Cc: Martin Kou

Description

FCKEditor nightly built version:

1.) let's type some text 2.) use an inline style - for example "Inline quotation" 3.) select a part of the inline-styled text 4.) use Bold (or underline or italic) and the selected text will be bold - all right 5.) use Bold once more and the selected text will be normal - all right 6.) use Bold once more - FCKEditor uses the Bold for the whole inline object - failure

Browser: Mozilla Firefox 2.0.0.7 OS: WinXP Pro SP2

Change History (3)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Component: GeneralCore : Styles
Keywords: Confirmed Firefox added
Milestone: FCKeditor 2.5
Owner: set to Frederico Caldeira Knabben
Status: newassigned
Version: SVN

It may happen between core styles too. Actually there is no difference in the way core and non-core styles are applied. The only difference is that core styles are available in the toolbar as buttons. So, you can also use the Bold and Italic buttons only and you will have the same issues.

Anyway, I was able to reproduce a buggy thing, which I'm not sure is what you are having there:

  1. Type "This is some test text.".
  2. Select "some test" and apply Bold.
  3. Select "is some" and apply Italic.
  4. Do not move the selection and click Italic again to remove it.
  5. Click Italic (or any other style) to reapply it to the same selection.

You will note that the style will be applied to "some test" and the selection will move there. It doesn't happen with IE.

comment:2 Changed 17 years ago by Martin Kou

Cc: Martin Kou added

comment:3 Changed 17 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed

Fixed with [969].

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