Opened 13 years ago

Last modified 10 years ago

#7186 confirmed Bug

[IE9] HR carries text

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: IE9 Cc:

Description

I know you won't believe it but <hr> in IE9 can hold text node, here are the cookbook:

  1. Click on the <hr> element;
  2. Press "Esc" to cancel the handler;
  3. Type some text;
    • Actual Result: Now <hr> becomes a paragraph ;)

Change History (4)

comment:1 Changed 13 years ago by Wiktor Walc

Keywords: IE9 added
Status: newconfirmed

comment:2 Changed 13 years ago by Krzysztof Studnik

Status: confirmedpending

actual result under IE9Final/CKE r6559 is

<hr />
<p>
	test</p>

IMO it works ok

comment:3 Changed 13 years ago by Garry Yao

Status: pendingconfirmed

No this's still not fixed in final, in wysiwyg mode still find text inserted as child of hr.

comment:4 Changed 10 years ago by Piotrek Koszuliński

Indeed... hard to believe, but true.

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