Announcement

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

    Problems in firefox with gwt buttons within smartgwt dialog

    Hi!!

    I have problem with plain gwt buttons within smartgwt dialog window. In firefox when i click on button in dialog it dosen't change its look from convex to concave. It only caused lunch onCLick method within its listeners. In IE it works fine. I attempt to use smartgwt buttons but they don't even notify listeners both in firefox and IE.

    #2
    Originally posted by DarkStorm
    attempt to use smartgwt buttons but they don't even notify listeners both in firefox and IE.
    This is really basic functionality that is definitely working and used by many users. There are numerous examples of this in the Showcase demo as well.

    You need to post your code as a standalone module within onModuleLoad() when you say something is not working.

    Comment


      #3
      Avoid problem

      I avoid this problem by adding first smartgwt buttons to Layout and then attach this layout to dialog.

      Comment

      Working...
      X