Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Problem loading vaadin-save-plugin.js when subclassing AbstractCKEditorTextField #9

Open
T3rm1 opened this issue Oct 23, 2017 · 1 comment

Comments

@T3rm1
Copy link

T3rm1 commented Oct 23, 2017

It's not possible to load vaadin-save-plugin.js when you subclass AbstractCKEditorTextField because the path in the JavaScript annotation seems to be relative to the class files location. I tried to define the path with starting "/" but that didn't help.

does not work:
@JavaScript({ "http://cdn.ckeditor.com/4.7.3/full-all/ckeditor.js", "/org/vaadin/alump/ckeditor/vaadin-save-plugin.js" })

does not work:
@JavaScript({ "http://cdn.ckeditor.com/4.7.3/full-all/ckeditor.js", "vaadin-save-plugin.js" })

@T3rm1 T3rm1 changed the title Problem with vaadin-save-plugin.js Problem loading vaadin-save-plugin.js when subclassing AbstractCKEditorTextField Oct 23, 2017
@kamuffe
Copy link

kamuffe commented Feb 22, 2018

I have the same problem. When opening the ckeditor the plugin cannot load vaadin-save-plugin.js and my application stands still waiting forever.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants