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 |
Enter mode set to BR and number or tabSpaces have no influence on the bug. All that needs to be done is set tabSpaces.
When having text inside span:
<p id="someElemId"> te<span style="font-size: 14px;">st te</span>st</p>
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.
IMO this is not correct behavior especially when looking at results when cursor is in the middle of inline element.
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.