Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Table cell padding not working when markup is enabled
Table cell padding not working when markup is enabled [message #902941] Tue, 21 August 2012 06:41 Go to previous message
sun Missing name is currently offline sun Missing name
Messages: 4
Registered: July 2009
Junior Member
If markup is enabled for table and padding is specified for table cell in CSS then at top no padding is there and at bottom double padding is there for the cell. Left and right padding is having required effect.

Code which enables markup for the table widget,
table.setData(RWT.MARKUP_ENABLED, Boolean.TRUE);

CSS,
Table-Cell
{
padding: 5px;
}

Please let me know if any other info is required. Is there any work around for this till the time some fix is available?


Have already file a bugzilla - https://bugs.eclipse.org/bugs/show_bug.cgi?id=387538

Regards
Sun
 
Read Message
Read Message
Previous Topic:Display a string in Table when there are no items
Next Topic:CKeditor
Goto Forum:
  


Current Time: Thu May 23 18:02:22 EDT 2013

Powered by FUDForum. Page generated in 0.01557 seconds