Opened 11 years ago
Last modified 7 years ago
#11415 review Bug
[Chrome] instead of space before link — at Version 3
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 (last modified by )
- 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.
Change History (3)
comment:1 Changed 11 years ago by
Summary: | [Chrome] instead of space before link → [Chrome] instead of space before link |
---|
comment:2 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 11 years ago by
Description: | modified (diff) |
---|
confirmed but i belive there is already ticket for that somewhere