Now I see that the css that GWT comes up with has 18 instances of the
"body, table td, ..." css. How could GWT create 4000 lines of CSS?!

18 lines matching "body, table td, " in buffer test.js.
    249:body, table td, input, select {
    485:body, table td, input, select {
    710:body, table td, input, select {
    894:body, table td, input, select {
   1071:body, table td, input, select {
   1271:body, table td, input, select {
   1465:body, table td, input, select {
   1635:body, table td, input, select {
   1862:body, table td, input, select {
   2046:body, table td, input, select {
   2224:body, table td, input, select {
   2464:body, table td, input, select {
   2660:body, table td, input, select {
   2847:body, table td, input, select {
   3136:body, table td, input, select {
   3328:body, table td, input, select {
   3598:body, table td, input, select {
   3788:body, table td, input, select {


On Mar 1, 4:50 pm, dazz <[email protected]> wrote:
> In firebug I see many (like, a dozen) instances of certain css, for
> example,
>
> html, body {
>   font-family: Helvetica;
>
> }
>
> All instances of font-family are struck-out except one. They are all
> referring to a css file that is injected. I'm not sure why there are
> so many instances of "font-family" but perhaps many different widgets
> are injecting the same css file. I remember reading that you're
> supposed to be able to use ensureInjected() as many times as you like
> without worry, as it will only inject once. That doesn't seem to be
> the case. I am using GWT 2.1.0.
>
> Comments?

-- 
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