Ticket #806 (closed Bug: duplicate)

Opened 3 years ago

Last modified 3 years ago

Format text changes entire page not just highlighted text in IE.

Reported by: metronome Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: FCKeditor 2.4.2
Keywords: Cc: rdejong

Description

In IE when I select some text and pick an option from the Format drop down list all of the text changes on the page not just the selected text. In firefox it seems that only the selected text is changed. However I'm required to use IE :(

Change History

Changed 3 years ago by alfonsoml

  • component changed from General to Core : Styles
  • milestone set to FCKeditor 2.5

#955 has been marked as dup

This should be addressed with the new Style system, so let's put it in the radar.

Changed 3 years ago by fredck

  • cc rdejong added
  • keywords Pending added
  • milestone FCKeditor 2.5 deleted

It works for me with the SVN version and IE7. Please provide us step by step instructions to reproduce the problem here using the  nightly build. Thanks in advance.

Changed 3 years ago by redthor

I think this has been around awhile. I've tried it in FCKeditor 2.3.2 and 2.2 as well as the nightly build.  http://www.fckeditor.net/forums/viewtopic.php?f=6&t=6496&start=0&st=0&sk=t&sd=a

Changed 3 years ago by fredck

  • keywords Pending removed
  • status changed from new to closed
  • resolution set to duplicate

As far as I understood it, this issue is related to the problem of applying a block style to the selection.

Block styles, are today applied to the selected blocks, even if partially selected. That's the expected behavior.

We instead have a problem when EnterKey='br', because in this case our blocks are actually lines separated by a <br>. In this case, everything changes to the format selected (in IE). For this one we already have #68, so I'm considering this ticket as a DUP.

Note: See TracTickets for help on using tickets.