Opened 16 years ago
Closed 16 years ago
#3485 closed Bug (invalid)
When pressing the backspace key, it puts
Reported by: | Ignatius Winarto | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | FCKeditor 2.6.4 |
Keywords: | Cc: |
Description
It puts in where you have used the backspace key when editing.
Change History (3)
comment:1 Changed 16 years ago by
Keywords: | Pending added |
---|
comment:2 Changed 16 years ago by
Actually, I just realised the backspace has got nothing to do with this. The character appears when you press spacebar twice (or more), and so if you press spacebar twice then press backspace to correct it (i.e., you only meant it to be a single spacebar stroke), then you are left with character in place of the first spacebar key stroke.
comment:3 Changed 16 years ago by
Keywords: | Pending removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
I think it's not a bug, actually some browser collapse multiple, concurrent spaces into a single space, so always inserting spaces is not appropriate, so whenever you press 'space key', browser will:
- Insert a normal space if there's no space around;
- Otherwise insert
This could guarantee that the visual spaces is always maintained and the line-break could be respected also.
Could you provide steps to reproduce this bug?