We have been using HorizontalSplitPanel in our application. When we
enabled standards mode <!DOCTYPE html>, HorizontalSplitPanel does not
show its content. The deprecated HorizontalSplitPanel might have some
issues in the standards mode.

So I tried to use the recommended widget SplitLayoutPanel in GWT 2.4.
I used addWest (leftWidget), and then add(rightWidget). It shows the
UI content but does not display the splitter in the middle. Same
behavior in all browers.

Similar unit test code displays the splitter fine; tried only in
development mode.

Are there any restrictions on when/how to use the SplitLayoutPanel?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to