Opened 10 years ago
Closed 10 years ago
#12862 closed Bug (invalid)
clean fresh install of 4.7.7 - even samples not working
Reported by: | deni2s | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I created custom installation and made clean fresh install. Even samples are not working - toolbars are loaded, but I don't see any text in editing area and I also can't write any text inside. Don't see any js errors.
Using OS X, latest Chrome and also Safari.
Check here: http://www.hc.lv/inc/ckeditor/samples/
Attachments (4)
Change History (13)
Changed 10 years ago by
Attachment: | Screen Shot 2015-01-28 at 00.19.17.png added |
---|
comment:1 Changed 10 years ago by
Version: | 4.4.7 |
---|
You need to include the wysiwygarea plugin in the build and your build does not contain it. Without this plugin classic editor will not work, but inline editor will - e.g. http://www.hc.lv/inc/ckeditor/samples/inlineall.html works correctly.
So I would close this ticket, but I noticed that there's something wrong with the builder. When I used the custom preset's URL from your build-config.js (http://ckeditor.com/builder/c1e7d90a0cb00f5ebeac5fdae0619c89) the builder displayed the wysigygarea plugin as included... We need to investigate this.
For now, you can use this preset http://ckeditor.com/builder/e4ec6837c381e56b48ce8990d49f301a
comment:2 Changed 10 years ago by
http://ckeditor.com/builder/e4ec6837c381e56b48ce8990d49f301a preset doesn't contain wysiwygarea plugin either...
comment:3 Changed 10 years ago by
I've just downloaded it and my copy does contain the wysiwygarea plugin. The samples work and the build-config.js contains the "wysiwygarea: 1" line (it's the last plugin). Could you check again and if this plugin is really missing, could you try opening the link in another browser (so local storage and cache won't interfere)?
Changed 10 years ago by
Attachment: | Screen Shot 2015-01-28 at 11.36.10.png added |
---|
Screenshot of ckeditor zip file contents
comment:4 Changed 10 years ago by
I attached the screenshot of contents of unzipped ckeditor bundle file. As you can see there is no wysiwygarea plugin.
Unzipped with default OS X (Yosemite) Archive utility. Might there be some problem with different gzip versions or something like that?
I attached also downloaded zipped bundle file too just in case.
Changed 10 years ago by
Attachment: | ckeditor_4.4.7_f2de73e9150a.zip added |
---|
Bundle zip without the plugin
comment:5 Changed 10 years ago by
The wysiwygarea plugin is not supposed to have its directory in the built package. The package you attached contains the wysiwygarea plugin. During the build process it is fully merged into the ckeditor.js
file and its original directory in the plugins/
directory can be removed.
comment:6 Changed 10 years ago by
Ok, got that. Check the latest screenshot - editor area not showing at all and there is some JS error.
comment:8 Changed 10 years ago by
My fault, I was using CMD+R instead of clearing cache. Now I see the contents in editor area as expected. Thanks!
comment:9 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
So I would close this ticket, but I noticed that there's something wrong with the builder. When I used the custom preset's URL from your build-config.js (http://ckeditor.com/builder/c1e7d90a0cb00f5ebeac5fdae0619c89) the builder displayed the wysigygarea plugin as included... We need to investigate this.
I just fixed the described issue. Thanks @deni2s and @Reinmar for finding this!
Now, considering the following feedback:
My fault, I was using CMD+R instead of clearing cache. Now I see the contents in editor area as expected. Thanks!
and the fact that the original report was invalid, I think we are safe to close this ticket.
Screenshot showing problem in Chrome browser