Changes between Initial Version and Version 1 of Ticket #9519


Ignore:
Timestamp:
Nov 6, 2012, 10:38:56 AM (11 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9519

    • Property Summary changed from [Webkit] Unable to exit from pre block in some cases to Unable to exit from pre block in some cases
  • Ticket #9519 – Description

    initial v1  
    1 * clear all contents[[BR]]
    2 * change paragraph format to Preformatted[[BR]]
    3 * type some text and press Shift+Enter to create new line[[BR]]
    4 * switch to the Source (notice that pre block has extra line break) and go back to the wysiwyg mode[[BR]]
    5 * put cursor to the empty second line of pre[[BR]]
    6 * press Enter to exit from pre block[[BR]]
    7 
    8 '''Outcome:''' We are still into pre block.[[BR]]
     1* clear all contents
     2* change paragraph format to Preformatted
     3* type some text and press Shift+Enter to create new line
     4* **switch to the Source** (notice that pre block has extra line break) and go back to the wysiwyg mode. Without switching to source mode pressing SHIFT+ENTER and ENTER works as expected.
     5* put cursor to the empty second line of pre
     6* press Enter to exit from pre block
     7'''Outcome:''' We are still into pre block and you have to press enter one more time to get out of it.[[BR]]
    98'''Expected:''' Exit from pre block and create the new paragraph.
    109
    11 The problem is that enterkey plugin appends bogus br element which is converted to the invisible line break.
     10
     11The problem is that enterkey plugin appends bogus br element which is converted to the invisible line break.   
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy