Thursday, December 17, 2015

Exceptions and UI : different results in FF and Chromium

Hello,

       I am using GWT 2.8.0-beta1 and UIBuilder with polymer elements. Have found such nasty (bug?) behaviour --> I got exception from DB and show it with Window.alert("") function. After alert window has appeared and closed:
  1. Firefox 43 builds UI elements normally and I see all the components. Can click them and navigate
  2. Chromium 47 shows blank window. No elements are visible.

      If I comment our DB query (i.e. no error come) -- both browsers show UI  correctly.  Has someone experienced this ? What could be wrong with Chromium, why exception affects UIBuilder ?



--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment