Opened 13 years ago
Last modified 12 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 13 years ago by
Status: | new → pending |
---|
comment:2 Changed 13 years ago by
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 13 years ago by
Keywords: | IE Firefox Chrome removed |
---|---|
Status: | pending → confirmed |
Version: | 3.6 → 3.0 |
Thanks for information.
To reproduce
- Set tabSpaces to e.g. 9
- Create something like below span:
<p id="someElemId"> te<span style="font-size: 14px;">st te</span>st</p>
- 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
Could you describe this scenario in more detailed steps?
Also could you explain:
What is tab size?
How to change the size select with a mouse and apply the size from drop down?
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.