| Issue 17: | ScrollTable UI defect on firefox when adds some widget ( HorizontalPanel or Flextable for example ) | |
| 8 people starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
What steps will reproduce the problem? 1. Add on dataTable row some widget like HorizontalPanel or FlexTable that their HTML implementation is <table>...</table> type. What is the expected output? What do you see instead? It appears an extra space at the top left corner, generated by combination of the <span style="padding: 0px;"> <table etc... What version of the product are you using? On what operating system? GWT 1.4.6, Ubuntu Feisty and friefox 1.5 and 2.0.0.6 Please provide any additional information below. To solve it if <span style="padding: 0px;"> is changed to <div style="padding: 0px;"> then runs propertly. Other solution is to put a white-space: no-wrap; changind the style like this <span style="padding: 0px; white-space: nowrap;"> but this solution crashes with general use of method dataTable.getCellFormatter().setWordWrap(row,column,boolean); |
||||||||
,
Oct 23, 2007
(No comment was entered for this change.)
Status: Accepted
Owner: gwt.team.jlabanca |
|||||||||
,
May 02, 2008
(No comment was entered for this change.)
Owner: jlabanca
|
|||||||||
|
|
|||||||||