Opened 13 years ago

Closed 13 years ago

#8420 closed Bug (wontfix)

[IE8] Resize handles sometimes show up around paragraphs and bulleted lists

Reported by: anrikun Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.2
Keywords: IE CantFix Cc:

Description

After applying a style on a paragraph or turn some paragraphs into a list, resize handles show up just like it was an object/image. Editing is then nearly impossible.

Change History (1)

comment:1 Changed 13 years ago by Jakub Ś

Keywords: IE CantFix added
Resolution: wontfix
Status: newclosed

Can be reproduced with the below code in all versions of IE:

<div contenteditable="true" style="width: 1145px; height: 20px">
	<p>
		test1</p>
</div>
<div>
	<p>
		test2</p>
</div>
<p style="width: 1145px; height: 36px">
test3</p>

"test1" and "test3" will receive resize handles.

Unfortunately this is IE bug and there is nothing we can do here

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