Opened 11 years ago
Last modified 7 years ago
#11415 review Bug
[Chrome] instead of space before link — at Version 7
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.
Probably related: #10359 and #9998
This ticket looks like continuation of #9929. The problem is that #9929 was fixed in CKE 4.2.3 but it seems it has reappeared again in CKE 4.4.1
Change History (7)
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) |
---|
comment:4 Changed 11 years ago by
Keywords: | Webkit Blink added |
---|---|
Version: | 3.6.6 (SVN - trunk) → 3.0 |
Problem can be reproduced from CKEditor 3.0 win Webkit and Blink browsers.
This ticket is a continuation of #9929. We have fixed raw text problems but not text plus some element.
comment:5 Changed 10 years ago by
This problem also happens with source code
<p>foo bar</p>
then return to wysiwyg mode, delete the space, then press space to obtain
<p>foo bar</p>
In other words, it does not occur only adjacent to an anchor element.
comment:6 Changed 10 years ago by
This problem also happens in CKEditor 4.4.3 (Standard) (revision fd4f17c) currently at http://ckeditor.com/demo in Google Chrome 36.0.1985.143 on Mac 10.9.4. However, the problem does not appear with Firefox 30.0 and 31.0 on Mac 10.9.4.
comment:7 Changed 10 years ago by
Description: | modified (diff) |
---|
confirmed but i belive there is already ticket for that somewhere