rickilama54 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

ListGrid Does Not Function Properly Inside GWT ScrollPanel #332

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
OVERVIEW
When embedding a SmartGwt ListGrid widget inside a native GWT ScrollPanel,
the ListGrid no longer functions properly.

In the attached example, it is shown that the valueMap drop-down for the
"Continent" field does not function.  It is readily reproducible with IE7.
 To keep the example as straightforward as possible, I used a ListGrid
example straight from the SmartGWT Showcase.

What steps will reproduce the problem?
1. Load the included sample application (be sure to fix the GWT SDK path in
build.xml AND add smartgwt1.2.jar to WEB-INF/lib)
2. Once loaded, click on a "Continent" cell in the grid.
3. Click on the arrow to show the cell's values/drop-down

When clicking on the drop-down arrow, instead of showing a list containing
the valueMap values (i.e. Continent names), the cell just exits the editor
for the entire row.

Expected behavior is that the list of values is displayed, such that one
may be selected.

ENVIRONMENT
1) GWT 1.7.0
2) SmartGWT 1.2
3) Browser: IE 7.0 

Thanks in advance!
~Jeremy

Original issue reported on code.google.com by jersil...@gmail.com on 25 Sep 2009 at 6:35

Attachments:

GoogleCodeExporter commented 8 years ago
any update on this issue ? i've got the same problem and i need a fix or 
workaround

Original comment by ilol.no....@gmail.com on 29 Jun 2011 at 12:01

GoogleCodeExporter commented 8 years ago
Remove the GWT include for the "Standard" skin.  This skin includes CSS styles 
that interfere with any third-party HTML in the page, including SmartGWT 
widgets (or any other widgets or HTML content).

Original comment by smartgwt...@gmail.com on 18 Apr 2012 at 1:17