Opened 12 years ago

Last modified 10 years ago

#9168 closed Bug

Chrome and FF ; When a new page that using docprops plugin, title is not set. — at Version 2

Reported by: fujikawa.naoki Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.4
Keywords: Cc:

Description (last modified by Jakub Ś)

Using the Chrome and IE, was discovered in version 3.6.5. Does not occur in IE.

  1. open _samples/fullpage.html
  2. click new page button
  3. click Document Properties(open dialog)
  4. "test" is inputted into the text area of a page title.
  5. click ok button
  6. click source button

result

<html>
	<head>
		<title></title>
	</head>
	<body></body>
</html>

The same result was brought also by http://nightly.ckeditor.com/7582/_samples/fullpage.html. 6)click source /or a submitt button is also the same.

Change History (2)

comment:1 Changed 12 years ago by Jakub Ś

Status: newconfirmed
Version: 3.6.4

Reproducible in Firefox, Webkit and Opera (works in IE browsers) from CKEditor 3.6.4 rev. [7499].

comment:2 Changed 12 years ago by Jakub Ś

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