VaadinTunes as portlet in Liferay 6.0.5

Hi,

Liferay 6.0.5 seems to use an old version of Vaadin. So I followed the online instructions to update the vaadin.jar and re-compiled the widgetsets using the Vaadin Control Panel for Liferay. I also copied the themes from Vaadin 6.5.1 to the Liferay’s Vaadin themes directory.

I then created a portlet project using the not yet released Liferay IDE from the Subversion. And replaced the generated file with the VaadinTunes source and copied the theme to the Liferay.

Everything complied fine, but after I add the portlet in Liferay. The portlet displayed nothing in the container. Later on, I found out the following line need to be commented out.

// rootLayout.setSizeFull();

And amazingly, the VaadinTunes shows up! But it seems to have some UI issues related to the theme that I need help with. I’m quite new with the Vaadin and Liferay, but it seems that reindeer theme is used as the base instead of runo which was supposed imported in vaadintunes theme.

There’re currently three issues that I can see.

  1. Table header is not displaying the text.
  2. The combo box’s dropdown arrow using reindeer theme when mouse over.
  3. The track and progress area was not layout correctly.

I’ve included the screenshots in the attachments.

Thanks,
Long
11604.jpg
11605.jpg

I’m having the same issue. I think it may be because the portlet is rendered in an iframe. It works correct when I hit the webapp directly. The problem that the div container has a width of 900000px. If the width of the div is set correctly it renders the labels. How ever I haven’t found a way to do this in the vaadin code for the table or its container.
Below is an example of a table with nine columns