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 Jakub Ś)

  1. Open editor (replacebyclass.html) and inset following html in source mode:
    <p>Source: <a href="http://en.wikipedia.org/">Wikipedia.org</a></p>
    
  2. Switch back to WYSIWYG mode.
  3. Put cursor just before 'Wikipedia.org'.
  4. Press backspace.
  5. Press space.
  6. Go to source mode.

Result: You will see:

<p>Source:&nbsp;<a href="http://en.wikipedia.org/">Wikipedia.org</a></p>

Expected: There should be " " instead of "&nbsp;".

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 Piotr Jasiun

Summary: [Chrome]&nbsp; instead of space before link[Chrome] &nbsp; instead of space before link

comment:2 Changed 11 years ago by Marek Lewandowski

Status: newconfirmed

confirmed but i belive there is already ticket for that somewhere

comment:3 Changed 11 years ago by Piotr Jasiun

Description: modified (diff)

comment:4 Changed 11 years ago by Jakub Ś

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 Frank Farm

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&nbsp;bar</p>

In other words, it does not occur only adjacent to an anchor element.

comment:6 Changed 10 years ago by Frank Farm

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.

Last edited 10 years ago by Frank Farm (previous) (diff)

comment:7 Changed 10 years ago by Jakub Ś

Description: modified (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy