Opened 11 years ago
Last modified 7 years ago
#11415 review Bug
[Chrome] instead of space before link — at Initial Version
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Nice to have (we want to work on it) | Milestone: | |
Component: | General | Version: | 4.6.2 |
Keywords: | Webkit Blink | Cc: |
Description
- Open editor (replacebyclass.html) and inset following html in source mode:
<p>Source: <a href="http://en.wikipedia.org/">Wikipedia.org</a></p>
- Switch back to WYSIWYG mode.
- Put cursor just before 'Wikipedia.org'.
- Press backspace.
- Press space.
- Go to source mode.
Result: You will see:
<p>Source: <a href="http://en.wikipedia.org/">Wikipedia.org</a></p>
Expected: There should be " " instead of " ".
In FF everything is fine.
Probably related: #10359