Opened 13 years ago

Last modified 13 years ago

#7936 confirmed Bug

Large cursor next to images in Webkit

Reported by: Freddie Bingham Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Webkit Cc:

Description

Reproduce:

  1. With Safari and Chrome, go to http://ckeditor.com/demo
  2. Right click on the Little Red Riding Hood image.
  3. Select "Image Properties"
  4. Changle "Alignment" to "<not set">
  5. Press "Ok"

Place your cursor in the "Little Red Riding Hood" text that is next to the image. Observe that the cursor is as tall as the image. This differs from other browsers. While this is probably inherent to the browser, perhaps there is something that can be applied to the image so that it remains inline but does not affect the cursor size.

Change History (1)

comment:1 Changed 13 years ago by Jakub Ś

Keywords: Webkit added; webkit removed
Status: newconfirmed
Version: 3.63.0

You can use the following code to test it:

<p>
	<img alt="" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" style="width: 1024px; height: 768px; " />text</p>

I have tried using the above code on HTML page with body set to contenteditable. The result was the same so it's rather a browser issue. But as @fbingha has said it -

perhaps there is something that can be applied to the image so that it remains inline but does not affect the cursor size?

If not please close this issue.

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