hgs1906 / smartgwt

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

DynamicForm CellSpacing #491

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a DynamicForm, add some items and set a cellspacing

What is the expected output? What do you see instead?
The left, right, and bottem side of the form are displayed correctly. Only at 
the top there seems to be kind of a hidden component wich leads to an 
additional space of 2*cellspacing above the first displayed item.

What version of the product are you using? On what operating system?
SmartGWT Pro 2.1
Windows XP 32bit

Original issue reported on code.google.com by wolfgang...@gmail.com on 27 Jul 2010 at 12:56

GoogleCodeExporter commented 9 years ago
You need to post a standalone testcase as the instructions very clearly stated.

Original comment by sanjiv.j...@gmail.com on 27 Jul 2010 at 1:06

GoogleCodeExporter commented 9 years ago
This effect seems to be browser dependend.
I've tested in Firefox, Chrome und IE. IE looks fine.

Original comment by wolfgang...@gmail.com on 27 Jul 2010 at 1:10

GoogleCodeExporter commented 9 years ago
Sorry, forgot to attach, here's the missing testcase.

Original comment by wolfgang...@gmail.com on 27 Jul 2010 at 1:19

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by wolfgang...@gmail.com on 27 Jul 2010 at 1:27

Attachments:

GoogleCodeExporter commented 9 years ago
This image shows behavior in Mozilla Firefox 3.6.8

Original comment by wolfgang...@gmail.com on 27 Jul 2010 at 1:29

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 17 Aug 2010 at 4:05

GoogleCodeExporter commented 9 years ago
setCellSpacing(..) should actually be a private API. I'll deprecate it. Please 
try using setCellPadding instead which will essentially give you the desired 
behavior.

Original comment by sanjiv.j...@gmail.com on 18 Aug 2010 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by smartgwt...@gmail.com on 21 Dec 2010 at 9:28