Opened 13 years ago
Last modified 11 years ago
#8695 confirmed Bug
Reset fonts
Reported by: | Elena | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Firefox, Webkit | Cc: |
Description
- All browsers
- Steps to reproduce:
- choose font style ( "bold" for example)
- type something
- then press Enter twice
- then move on the previous line, using mouse
Result: Bold font was reset Expected result: If any font style was chosen, it keeps still while typing. Screens are attached
Attachments (3)
Change History (7)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Keywords: | Firefox Webkit added |
---|---|
Status: | new → confirmed |
Version: | → 3.0 |
Reproducible in Firefox from CKEditor 3.0 and Webkit from CKEditor 3.6
comment:2 Changed 11 years ago by
This issue is still reproducible on the demo page, using version 4.3.3. Bold, italics and strikethrough will persist between paragraphs, but style and formatting options do not.
The issue can be recreated in Firefox 27.0.1 and Chrome 33.0.1750.146 m.
comment:3 Changed 11 years ago by
The problem is that on enter cursor is inside strong tags but when you move to the next line and then come back, there is no way to put cursor again between these inline tags.
This is because HTML in e.g. Firefox looks like this:
<p><strong></strong><br type="_moz"></p>
and it should be something like this (BR should be our custom one and not FF native):
<p><strong><br type="_moz"></strong></p>
If BR is inside of strong tags then there wouldn't be with continuing bold whenever you want.
Choosing style and typing