Hello,
I am using smartgwt and trying to create a form with fields and buttons. The problem is that when the page loads the buttons exist in html code but are invisible. That is until i resize my window and then they appear normally. I am using default styling for everything.
To reproduce it just create a form with buttons and add the form to a GWT VerticalPanel. Then just add this panel to RootPanel and you will face the problem i am talking about.
I tested in chrome and ff and the problem exists in both of them.
Have a nice day!
I am using smartgwt and trying to create a form with fields and buttons. The problem is that when the page loads the buttons exist in html code but are invisible. That is until i resize my window and then they appear normally. I am using default styling for everything.
To reproduce it just create a form with buttons and add the form to a GWT VerticalPanel. Then just add this panel to RootPanel and you will face the problem i am talking about.
I tested in chrome and ff and the problem exists in both of them.
Have a nice day!
Comment