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
Keywords: | IE added |
---|---|
Status: | new → confirmed |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed with [7566].