My favorites | Sign in
Google
                
New issue | Search
for
| Advanced search | Search tips
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
Status:  Accepted
Owner:  jlabanca+personal@google.com
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by darkman97i, Oct 22, 2007
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);



 
openkm11.jpg
5.6 KB   View   Download
generated_html.txt
1.4 KB   Download
Comment 1 by gwt.team.ecc, Oct 23, 2007
(No comment was entered for this change.)
Status: Accepted
Owner: gwt.team.jlabanca
Comment 2 by sumitcha...@google.com, May 02, 2008
(No comment was entered for this change.)
Owner: jlabanca
Sign in to add a comment