Changes between Initial Version and Version 1 of Ticket #8802, comment 3


Ignore:
Timestamp:
Jun 17, 2013, 8:44:13 AM (11 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8802, comment 3

    initial v1  
    1 Enter mode set to BR and number or tabSpaces have no influence on the bug.
    2 All that needs to be done is set tabSpaces.
     1Thanks for information.
    32
    4 When having text inside span:
     3To reproduce
     41. Set tabSpaces to e.g. 9
     52. Create something like below span:
    56{{{
    67<p id="someElemId">
    78        te<span style="font-size: 14px;">st te</span>st</p>
    89}}}
    9 it doesn't matter whether cursor is at the end or in the middle of this span. It will either break span in two or escape it.
     103. Press tab key when having cursor at the end or in the middle of styled text
    1011
    11 IMO this is not correct behavior especially when looking at results when cursor is in the middle of inline element.
     12Result: Dropdowns no longer show font family or font size because pressing tab will either break span in two (when cursor is in the middle of span) or escape it (when cursor is at the end).
    1213
    13 Reproducible from CKEditor 3.0.
    14 
    15 
     14Problem has been reproducible from CKEditor 3.0
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy