Changes between Initial Version and Version 2 of Ticket #1996


Ignore:
Timestamp:
Mar 19, 2008, 2:10:13 PM (16 years ago)
Author:
Frederico Caldeira Knabben
Comment:

Formatted the description a bit. I've left the ''' marks to identify the buggy points, even if there is no bold in the code blocks.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1996

    • Property Keywords Confirmed added; select removed
    • Property Version changed from to FCKeditor 2.6 Beta
    • Property Component changed from Core : Output Data to General
    • Property Summary changed from [FF] Insert new line before Select Box, unpredictable behavior. to Insert new line before Select Box, unpredictable behavior.
  • Ticket #1996 – Description

    initial v2  
    77I've tested this both in 2.6B and nightly build.
    88
    9 Scenario 1.
     9'''Scenario 1'''
    1010
    11 1.  Create a select box. 
     11 1.  Paste the following HTML:
    1212
     13{{{
    1314<p>&nbsp;This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>
    1415<form method="get" action="asd" name="asdf">
     
    2021</form>
    2122<p>&nbsp;</p>
     23}}}
    2224
    23 2.  Place cursor on the line below the select box.
    24 3.  Press up arrow (the cursor will disappear?)
    25 4.  Press Enter
     25 2.  Place cursor on the line below the select box.
     26 3.  Press up arrow (the cursor will disappear?)
     27 4.  Press Enter
    2628
    2729And the code becomes
    2830
     31{{{
    2932<p>&nbsp;This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>
    3033<form method="get" action="asd" name="asdf">
     
    3639</form>
    3740<p>&nbsp;</p>
     41}}}
    3842
     43'''Scenario 2'''
    3944
     45 1.  Paste the following HTML:
    4046
    41 
    42 ----
    43 Scenario 2.
    44 
    45 1.  Create a new select box.
    46 
     47{{{
    4748<p>&nbsp;This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>
    4849<form method="get" action="asd" name="asdf">
     
    5455</form>
    5556<p>&nbsp;</p>
     57}}}
    5658
    57 2.  Place the cursor below the select box
    58 3.  Press the left arrow. (the cursor will now be at the end of the select box press enter now, and you get a new paragraph expected)
    59 4.  Press the left arrow again.  (the cursor will disappear?)
    60 5.  Press enter.
     59 2.  Place the cursor below the select box
     60 3.  Press the left arrow. (the cursor will now be at the end of the select box press enter now, and you get a new paragraph expected)
     61 4.  Press the left arrow again.  (the cursor will disappear?)
     62 5.  Press enter.
    6163
    6264The code becomes
     65
     66{{{
    6367<p>&nbsp;This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>
    6468<form method="get" action="asd" name="asdf">
     
    6872</form>
    6973<p>&nbsp;</p>
     74}}}
    7075
     76'''Scenario 3'''
    7177
    72 Scenario 3.
     78 1.  Paste the following HTML:
    7379
    74 1.  Create a new select box.
    75 
     80{{{
    7681<p>&nbsp;This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>
    7782<form method="get" action="asd" name="asdf">
     
    8388</form>
    8489<p>&nbsp;</p>
     90}}}
    8591
    86 2.  Place the cursor above the select box
    87 3.  Press the right arrow. (the cursor will disappear?)
    88 4.  Press enter.
     92 2.  Place the cursor above the select box
     93 3.  Press the right arrow. (the cursor will disappear?)
     94 4.  Press enter.
    8995
    9096The code becomes
     97
     98{{{
    9199'''<p>&nbsp;</p>'''
    92100<p>&nbsp;This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>
     
    98106</form>
    99107<p>&nbsp;</p>
     108}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy