UiBinder's <ui:style> generate CssResources and automatically calls ensureInjected() on them. CssResource#ensureInjected() takes care of the stylesheet limit in IE by appending to the last <style> element instead of adding a new one, so I doubt this is your problem. Isn't IE also having a limit on the number of rules within stylesheets? Or it might be something else entirely that's causing the error.
-- 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/-/97juWwGqcowJ. 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.
