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 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 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 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 email to google-web-toolkit@googlegroups.com
  .
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs
   cr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

  --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs
   cr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

  --
  You received this message because you are subscribed to the Google Groups
  Google Web Toolkit group.
  To post to this group, send email to google-web-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs 
  cr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

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



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 breaking any html/dhtml/css/javascript that depends on
quirks mode.

http://en.wikipedia.org/wiki/Quirks_mode

If you are starting from scratch, stick with standards mode.  If you
have a large existing webapp, you'll want to test all of it in
standards mode before you deploy the change.

Jeff

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



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.

 If some one has woring TabLayoutPanel on IE, please send me some example.
 I attached my.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 

You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

To post to this group, send email to google-web-tool...@googlegroups.com.

To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



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 email to google-web-tool...@googlegroups.com.

To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



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 message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 

You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

To post to this group, send email to google-web-tool...@googlegroups.com.

To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



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 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 email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 

You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

To post to this group, send email to google-web-tool...@googlegroups.com.

To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



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 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 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 email to google-web-toolkit@googlegroups.com
 .
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 

You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

To post to this group, send email to google-web-tool...@googlegroups.com.

To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.