Changes between Initial Version and Version 1 of Ticket #2387


Ignore:
Timestamp:
Jul 22, 2008, 1:49:16 PM (16 years ago)
Author:
Frederico Caldeira Knabben
Comment:

Confirmed with FF3 also. Ok with IE7, Opera and Safari. It happens with the following source also:

<p>aaa</p>
<p>bbb</p>
<p>ccc</p>

This one causes lost of data, so I'm targeting it the the 2.6.3.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2387

    • Property Keywords Confirmed Firefox added
    • Property Version changed from to SVN
    • Property Summary changed from Bulleted list does not work properly in FF to FF: Bulleted list error with CTRL+A
    • Property Milestone changed from to FCKeditor 2.6.3
  • Ticket #2387 – Description

    initial v1  
    1 in Firefox/2.0.0.16, in online demo:[[BR]]
    2 [[BR]]
    3 Lets have following source:[[BR]]
    4 [[BR]]
    5 <div>aaa</div>[[BR]]
    6 <div>bbb</div>[[BR]]
    7 <div>ccc</div>[[BR]]
    8 [[BR]]
     1Tested with Firefox/2.0.0.16, in the online demo.
    92
    10 In editing mode:[[BR]]
    11 1. select all (by pressing Ctrl+A)[[BR]]
    12 2. click "Insert/Remove Bulleted list"[[BR]]
    13 JS error occure, first line is deleted[[BR]]
     3With the following source:
     4
     5{{{
     6<div>aaa</div>
     7<div>bbb</div>
     8<div>ccc</div>
     9}}}
     10
     11In editing mode:
     12 1. select all (by pressing Ctrl+A)
     13 2. click "Insert/Remove Bulleted list"
     14
     15A JS error is thrown and the first line of text is deleted.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy