Opened 12 years ago

Last modified 11 years ago

#8802 confirmed Bug

Lose fonts after push tab key

Reported by: Flavien CROCHARD Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Cc:

Description

In BR mode, and tab size = 9. To reproduce :

  • Write some words.
  • Change the font and size of these words.
  • After the last word, push tab key. If you enter some text, the font and size are lost

Change History (4)

comment:1 Changed 12 years ago by Jakub Ś

Status: newpending

Could you describe this scenario in more detailed steps?

Also could you explain:

BR mode, and tab size = 9.

What is tab size?

Change the font and size of these words.

How to change the size select with a mouse and apply the size from drop down?

After the last word, push tab key

This means that cursor is in editor bory and if I push tab key I will leave editor area. I'm sure this is not what you have meant.

Please provide more detailed description.

comment:2 Changed 12 years ago by Flavien CROCHARD

No problem.

About tab size, it's tabs spaces (http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.tabSpaces).

Change the font and size of these words : yes with the mouse and choose the font in the list. The same for the size.

After the last word, push tab key : The editor have the focus, and the cursor is after the last letter of the last word. If you push tab key, you'll don't leave editor area but spaces will be inserted, and the font family and font size are lost.

I hope it's help. Thanks.

comment:3 Changed 12 years ago by Jakub Ś

Keywords: IE Firefox Chrome removed
Status: pendingconfirmed
Version: 3.63.0

Thanks for information.

To reproduce

  1. Set tabSpaces to e.g. 9
  2. Create something like below span:
    <p id="someElemId">
    	te<span style="font-size: 14px;">st te</span>st</p>
    
  3. Press tab key when having cursor at the end or in the middle of styled text

Result: 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).

Problem has been reproducible from CKEditor 3.0

Last edited 11 years ago by Jakub Ś (previous) (diff)

comment:4 Changed 11 years ago by Jakub Ś

Still reproducible in latest CKEditor 4.1.2.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy