Opened 11 years ago
Last modified 11 years ago
#11035 confirmed Bug
Deleting one of two subsequent spaces should leave normal space
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Blink WebKit | Cc: |
Description
Extracted from: #11024. Related to: #9929.
There's WebKit&Blink bug:
- https://bugs.webkit.org/show_bug.cgi?id=123163
- https://code.google.com/p/chromium/issues/detail?id=310149
If it won't be fixed in browsers we should take care of this when we'll be implementing custom delete/backspace support.
So " "
and " "
should result in normal space after deleting any of them.