Re: GWT Checkbox styling not working on latest FireFox 3

2009-03-22 Thread Harry

I have similar issue, on FF Tree, CheckBox got cluttered, please tell
me how did u solve.

On Mar 10, 2:23 am, Ravi  wrote:
> Hi,
>
> After applying styling for GWT Checkbox, the Checkboxes are disabled
> (can't check) in web mode.
>
> It is working in hosted mode, IE 7 and Safari.
>
> import com.google.gwt.user.client.ui.CheckBox;
>
> CheckBox aCheckBox  = new CheckBox("Testing");
>
> aCheckBox.addStyleName("keywordSearchPanel-CheckBox");
>
> .keywordSearchPanel-CheckBox {
> padding: 20px;
> color: #054768;
> font-family: Tahoma, "Lucida Sans Unicode", "Lucida Grande", Arial,
> Verdana, sans-serif;
> font-size: 11px;
>
> }
>
> Has anyone faced this issue before ? Any insight on how to ger around
> this problem is helpful.
>
> thanks
> Ravi
--~--~-~--~~~---~--~~
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.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT Checkbox styling not working on latest FireFox 3

2009-03-22 Thread Harry

I have similar issue, on FF Tree, CheckBox got cluttered, please tell
me how did u solve.

On Mar 10, 2:23 am, Ravi  wrote:
> Hi,
>
> After applying styling for GWT Checkbox, the Checkboxes are disabled
> (can't check) in web mode.
>
> It is working in hosted mode, IE 7 and Safari.
>
> import com.google.gwt.user.client.ui.CheckBox;
>
> CheckBox aCheckBox  = new CheckBox("Testing");
>
> aCheckBox.addStyleName("keywordSearchPanel-CheckBox");
>
> .keywordSearchPanel-CheckBox {
> padding: 20px;
> color: #054768;
> font-family: Tahoma, "Lucida Sans Unicode", "Lucida Grande", Arial,
> Verdana, sans-serif;
> font-size: 11px;
>
> }
>
> Has anyone faced this issue before ? Any insight on how to ger around
> this problem is helpful.
>
> thanks
> Ravi
--~--~-~--~~~---~--~~
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.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT Checkbox styling not working on latest FireFox 3

2009-03-09 Thread Ravi

Hi,

After applying styling for GWT Checkbox, the Checkboxes are disabled
(can't check) in web mode.

It is working in hosted mode, IE 7 and Safari.


import com.google.gwt.user.client.ui.CheckBox;

CheckBox aCheckBox  = new CheckBox("Testing");

aCheckBox.addStyleName("keywordSearchPanel-CheckBox");

.keywordSearchPanel-CheckBox {
padding: 20px;
color: #054768;
font-family: Tahoma, "Lucida Sans Unicode", "Lucida Grande", Arial,
Verdana, sans-serif;
font-size: 11px;
}


Has anyone faced this issue before ? Any insight on how to ger around
this problem is helpful.

thanks
Ravi

--~--~-~--~~~---~--~~
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.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---