Opened 12 years ago

Closed 12 years ago

#9141 closed Bug (fixed)

IE - invalid title in full page sample

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone: CKEditor 3.6.4
Component: General Version: 3.6.4
Keywords: IE Cc:

Description

Using IE (confirmed at least in IE6 and IE9) do the following:

  • open _samples/fullpage.html
  • click "New Page" button
  • switch to source mode

result:

<html>
	<head>
		<title>Rich text editor, editor1, Press ALT 0 for help</title>
	</head>
	<body>
	</body>
</html>

In general, empty titles are now replaced with Rich text editor, editor1, Press ALT 0 for help.

Change History (2)

comment:1 Changed 12 years ago by Wiktor Walc

Keywords: IE added
Status: newconfirmed

comment:2 Changed 12 years ago by Garry Yao

Resolution: fixed
Status: confirmedclosed

Fixed with [7566].

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