Gisellameloni / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 0 forks source link

Better editor ready callbacks trigger (when extensions fully loaded) #1245

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Editor ready callbacks (see editor.runCallbacks() and related) are triggered 
before the extensions are fully loaded. (i.e: before their svg-icons defined in 
separate files are loaded). This is leading to problems.

What is the expected output? What do you see instead?

Fire editor ready callbacks when every thing is really READY (after all loading 
is done...editor+extensions+their svg-icons).

Original issue reported on code.google.com by ovidiu.c...@exswap.com on 9 Oct 2014 at 1:55

GoogleCodeExporter commented 8 years ago
For a quick fix on this issue look for "isReadyAfterExtensionsLoaded" config 
and its occurrences in the attached file.

Original comment by ovidiu.c...@exswap.com on 9 Oct 2014 at 1:59

Attachments: