Re: TabLayoutPanel with default styles not working on IE.

2010-01-25 Thread Riley
Changing the doctype to HTML worked for me, after almost an hour of frustrated toying and searching. Thanks! Am I risking anything by losing the default doctype PUBLIC -//W3C// DTD HTML 4.01 Transitional//EN ? On Jan 6, 12:01 pm, Alejandro D. Garin aga...@gmail.com wrote: use this doctype

Re: TabLayoutPanel with default styles not working on IE.

2010-01-25 Thread Jeff Schnitzer
On Mon, Jan 25, 2010 at 6:59 PM, Riley rileyl...@gmail.com wrote: Changing the doctype to HTML worked for me, after almost an hour of frustrated toying and searching.  Thanks! Am I risking anything by losing the default doctype PUBLIC -//W3C// DTD HTML 4.01 Transitional//EN ? Yes, you risk

Re: TabLayoutPanel with default styles not working on IE.

2010-01-06 Thread Alejandro D. Garin
Hi, Check this issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=4447 On Wed, Jan 6, 2010 at 8:40 AM, mariyan nenchev nenchev.mari...@gmail.comwrote: Hi, I am really frustrated from this TabLayoutPanel. It is even not displayed with its default style(which is none) in IE.

Re: TabLayoutPanel with default styles not working on IE.

2010-01-06 Thread mariyan nenchev
Hi, I saw, this, but i can't even make the TabLayoutPanel to be visible. For unknown reason one of the divs has overflow:hidden and the tap is not displayed. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send

Re: TabLayoutPanel with default styles not working on IE.

2010-01-06 Thread Alejandro D. Garin
Are you using standard mode? On Wed, Jan 6, 2010 at 11:17 AM, mariyan nenchev nenchev.mari...@gmail.comwrote: Hi, I saw, this, but i can't even make the TabLayoutPanel to be visible. For unknown reason one of the divs has overflow:hidden and the tap is not displayed. -- You received this

Re: TabLayoutPanel with default styles not working on IE.

2010-01-06 Thread mariyan nenchev
I don't know. How to check, how to change? On Wed, Jan 6, 2010 at 7:39 PM, Alejandro D. Garin aga...@gmail.com wrote: Are you using standard mode? On Wed, Jan 6, 2010 at 11:17 AM, mariyan nenchev nenchev.mari...@gmail.com wrote: Hi, I saw, this, but i can't even make the TabLayoutPanel

Re: TabLayoutPanel with default styles not working on IE.

2010-01-06 Thread Alejandro D. Garin
use this doctype declaration at the top of your html !doctype html On Wed, Jan 6, 2010 at 2:46 PM, mariyan nenchev nenchev.mari...@gmail.comwrote: I don't know. How to check, how to change? On Wed, Jan 6, 2010 at 7:39 PM, Alejandro D. Garin aga...@gmail.comwrote: Are you using standard