Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Firefox works fine in dev but not after compile

    I can develop my SmartGWT application with Firefox however after I compile it no longer works.

    I've tried the console in dev and non dev mode and there are no errors, if I tried to change my debug level to INFO or DEBUG FF just locks up.

    If I use Chrome or IE8 my application works after compiled

    The first symptom I see is that I have a TabSet and in compiled mode FF doesn't show the one created when you first go to the page.

    Firefox 3.6.x
    SmartGWT 2.1
    GWT 2.0.3

    #2
    Have had a similar issue weeks before. The good news is that Dev Mode and Comp Mode are 99,95% in sync, the missing piece is of course troublesome... my recommendation is split the app down until you identify the problem. Once you have it identified, just fix it ;-)

    Ekki

    * GWT Rocks! * SmartGWT Rocks Even Harder! * SmartGWT PRO 2.1,
    GWT 2.0, Jetty 7.0.0, Eclipse 3.5.1, JRE 1.6.0_16 *
    For Evaluation only: MySQL 5.1.41, Connector/J 5.1.10

    *** www.EasternGraphics.com/X-4GPL ***

    Comment


      #3
      Issue is caused by GWT.runAsync and some Tab creation

      Originally posted by CI-CUBE
      Have had a similar issue weeks before. The good news is that Dev Mode and Comp Mode are 99,95% in sync, the missing piece is of course troublesome... my recommendation is split the app down until you identify the problem. Once you have it identified, just fix it ;-)

      Ekki

      * GWT Rocks! * SmartGWT Rocks Even Harder! * SmartGWT PRO 2.1,
      GWT 2.0, Jetty 7.0.0, Eclipse 3.5.1, JRE 1.6.0_16 *
      For Evaluation only: MySQL 5.1.41, Connector/J 5.1.10

      *** www.EasternGraphics.com/X-4GPL ***
      Turns out that this is causing an issue (only on FF): GWT.runAsync

      Can this not be used with SmartGWT on certain things?

      If I comment it out and just leave the code that is contained in it, everything works fine.

      Thank you

      Comment

      Working...
      X