Changes between Initial Version and Version 1 of Ticket #99


Ignore:
Timestamp:
Feb 22, 2007, 9:49:27 AM (17 years ago)
Author:
Frederico Caldeira Knabben
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #99 – Description

    initial v1  
    11Test step:
    2 1. EnterMode='p' in config.js
    3 2. have this content in "source" view: <div>abc</div>
    4 3. in fckeditor view, put the cursor after 'ab', and press enter.
    5 4. Check content in "source" view,
    6 It is
     2
     3 1. EnterMode='p' in config.js
     4 1. have this content in "source" view: <div>abc</div>
     5 1. in fckeditor view, put the cursor after 'ab', and press enter.
     6 1. Check content in "source" view,
     7
     8Result:
     9
     10{{{
    711<div>ab</div>
    812<div>c</div>
     13}}}
     14
    915There is NO <p> tag as expected.
    1016
     
    1218
    1319<div>abc</div> always get <div> when press Enter, doesn't matter EnterMode;
     20
    1421<p>abc</p> always get <p> when press Enter, doesn't matter EnterMode;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy