Friday, November 30, 2012

Re: DIV with negative top floating above TabLayoutPanel



On Friday, November 30, 2012 2:36:38 PM UTC+1, johnrellis wrote:
If anybody comes across this and needs a fix, I execute this in the onload of the widget containing the tab layout panel

tabPanel.getElement().getFirstChildElement().getStyle().setProperty("top","-10000ex");

Not pretty, but necessary it seems.

FYI, this has been fixed in trunk by using visibility:hidden: https://code.google.com/p/google-web-toolkit/source/detail?r=11324 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/gqrfR_8z8SEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment