gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.52k stars 373 forks source link

Can't compile cellBrowser #6242

Closed dankurka closed 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 6243

Issue Report Summary: Can't compile cellBrowser

Found in GWT Release:

GWT 2.2.0

Encountered on OS / Browser):

WinXP, Browser independent, hosted mode.

Detailed description:

If I add a CellBrowser to my code, the project don´t compile any more.

You can reproduce this issue by doing the following:

1) Add a CellBrowser to your module (I use the one of the showcase)

2) Try tu run on hosted mode o compile

Shortest code snippet which demonstrates issue:

[DEBUG] [formulariorequerimientos] - Rebinding com.google.gwt.user.cellview.client.CellBrowser.Template
 [DEBUG] [formulariorequerimientos] - Invoking generator com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator
  [TRACE] [formulariorequerimientos] - Constructing interface com.google.gwt.user.cellview.client.CellBrowser.Template
   [TRACE] [formulariorequerimientos] - Generating method body for div()
    [WARN] [formulariorequerimientos] - Template with variable in CSS context: The
template code generator cannot guarantee HTML-safety of the template -- please inspect
manually
   [TRACE] [formulariorequerimientos] - Generating method body for imageWrapper()
    [WARN] [formulariorequerimientos] - Template with variable in CSS context: The
template code generator cannot guarantee HTML-safety of the template -- please inspect
manually
    [WARN] [formulariorequerimientos] - Template with variable in CSS context: The
template code generator cannot guarantee HTML-safety of the template -- please inspect
manually
    [WARN] [formulariorequerimientos] - Template with variable in CSS context: The
template code generator cannot guarantee HTML-safety of the template -- please inspect
manually
   [TRACE] [formulariorequerimientos] - Generating method body for divFocusableWithKey()
    [WARN] [formulariorequerimientos] - Template with variable in CSS context: The
template code generator cannot guarantee HTML-safety of the template -- please inspect
manually
   [TRACE] [formulariorequerimientos] - Generating method body for divFocusable()
    [WARN] [formulariorequerimientos] - Template with variable in CSS context: The
template code generator cannot guarantee HTML-safety of the template -- please inspect
manually

Reported by sebrojas14 on 2011-04-07 17:10:03

dankurka commented 9 years ago
The problem of warnings is that cellbrowser is not redendered!

Reported by sebrojas14 on 2011-04-07 17:46:56

dankurka commented 9 years ago
The problem persist in release 2.3.0-m1

Reported by sebrojas14 on 2011-04-07 20:57:38

dankurka commented 9 years ago
The compilation es succesful, but the cellbrowser is not redendered!

Reported by sebrojas14 on 2011-04-07 22:16:32

dankurka commented 9 years ago

Reported by dankurka@google.com on 2013-05-27 04:07:44