Opened 10 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 Piotr Jasiun)

  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

Change History (3)

comment:1 Changed 10 years ago by Piotr Jasiun

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

comment:2 Changed 10 years ago by Marek Lewandowski

Status: newconfirmed

confirmed but i belive there is already ticket for that somewhere

comment:3 Changed 10 years ago by Piotr Jasiun

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