ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

ZK 5.0.8 is now ready for testing!

southerncrossie
16 Aug 2011 04:19:43 GMT
16 Aug 2011 04:19:43 GMT

ZK 5.0.8 will be released soon. Please try out CE, PE & EE versions and give us your valuable feedback!

terrytornadoTop Contributor
16 Aug 2011 10:56:04 GMT
16 Aug 2011 10:56:04 GMT

I have changed from ee-eval 5.0.7.1 to CE 5.0.8.FL.20110815.

Some simple zul files i must rearrange because cutting buttons.

The main problem what i have are not showing components if i select a tab in code!

Means after a double click on a listItem i send an

Events.sendEvent(new Event(Events.ON_SELECT, getSystemTableScriptMainCtrl().tabSystemTableScriptDetail, null));

The tab is selected but no components are rendered.

The behaviour is tested in (Chrome 13.0.x and IE 9.0.8xxx)

best
Stephan

Edit: I have switched back to CE 5.0.7.1 . There is the failure not happens

SimonPai
24 Aug 2011 06:17:56 GMT
24 Aug 2011 06:17:56 GMT

Hi Stephan,

Do you have a piece of sample code to demonstrate the issue? Also, we have fixed some bugs related to resizing upon Tab selection in the last week. If we can identify the issue, we can test if the formal release will be exempt from the issue.

Thanks,
Simon

terrytornadoTop Contributor
24 Aug 2011 13:56:18 GMT
24 Aug 2011 13:56:18 GMT

Hi simon,

no chance for only pieces of codes. I can check it against a new zk version (must be mavenized) or i can give you the subversion repository access for the project, so you can checkout and see what happen. Therefore you must install a postgres database.

best
Stephan

PS: if it's possible that some of the 'special' files i.e /xsd/... tld/web/ tld/zk/.. and so on have been changed, so we 'maven builder' must know that, because these files we must copy and paste manually in our project. It's not good that there are no versions in the header.