poptanimukesh / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

Preloaded table not rendering HTML,instead displaying the HTML string. #333

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of gwt and gwt-incubator are you using?

GWT 2.0 and gwt-incubator-20091216-r1739.jar

What OS and browser are you using?

Windows and Both IE7 and Firefox

Do you see this error in hosted mode, web mode, or both?

Both

(If possible, please include a test case that shows the problem)

Hopefully using the test case you have generously provided, what steps will
reproduce the problem? 
1.Just use the simple Preloaded table.
2.Build the rows using setPendingHTML(int,int,String HTML).
3.Add it to any panel and add it to root panel.

What is the expected output? What do you see instead?

Expected Output should be (used to be) - The argument string HTML used to
render as HTML in the table cell, but now after upgrading it is showing it
as simple string not converting to HTML.

Workaround if you have one:

Please provide any additional information below,  and thank you for taking
the time and effort to report this issue, as good issue reports are
critical for our quest to make GWT's new widgets and libraries shine.

Original issue reported on code.google.com by katragad...@gmail.com on 28 Jan 2010 at 3:35