google / gwteventbinder

Making GWT EventBus easy
http://google.github.io/gwteventbinder
Apache License 2.0
140 stars 28 forks source link

Safari on Mac OSX #30

Closed michael-conrad closed 9 years ago

michael-conrad commented 9 years ago

I am getting a JS error from event binder on Safari.

This happens when trying to bind:

(detailed mode compile)

screenshot-untitled window

The app in question is hosted here:

http://www.cherokeelessons.com/CherokeeDictionary

The source is here:

https://github.com/mjoyner-vbservices-net/CherokeeDictionary

michael-conrad commented 9 years ago

This seems to be mixed in with something about Safari's javascript and when objects seem to really appear. The GWT.create returns a NULL. Unless I wrap the bind portion in a scheduler.finally or call it immediately, but then it shows up later as null, sometimes...

I don't think this is an eventbinder issue but something else...