+1

Checked the quickstart, random wicket-examples. No major issues.

Problems:
 - niceurl example doesn't load its css properly after some navigation
 at first load everything is ok but loading it later (after checking other
apps) for some reason is broken
 reproduced with Chrome 10.x and FF3.6.14pre (wasn't able to reproduce with
FF 4.0b10pre and Opera 11)

- multiupload fails with:
Caused by: java.lang.IllegalArgumentException: 'bytes' cannot be negative.
at org.apache.wicket.util.lang.Bytes.<init>(Bytes.java:111)
at org.apache.wicket.util.lang.Bytes.bytes(Bytes.java:124)
at
org.apache.wicket.devutils.inspector.SessionSizeModel.load(SessionSizeModel.java:36)
at
org.apache.wicket.devutils.inspector.SessionSizeModel.load(SessionSizeModel.java:24)
at
org.apache.wicket.model.LoadableDetachableModel.getObject(LoadableDetachableModel.java:119)
at
org.apache.wicket.devutils.debugbar.SessionSizeDebugPanel$2.getObject(SessionSizeDebugPanel.java:75)
at
org.apache.wicket.devutils.debugbar.SessionSizeDebugPanel$2.getObject(SessionSizeDebugPanel.java:79)
at org.apache.wicket.Component.getDefaultModelObject(Component.java:1675)
at
org.apache.wicket.Component.getDefaultModelObjectAsString(Component.java:1702)
at
org.apache.wicket.markup.html.basic.Label.onComponentTagBody(Label.java:113)
at
org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy.onComponentTagBody(DefaultMarkupSourcingStrategy.java:69)
at org.apache.wicket.Component.internalRenderComponent(Component.java:2502)
...
there is something wrong in devutils ..
single file upload has no such problem

- authentication1 - the password field is not visible/rendered in Chrome
10.x and FF4 (ok in FF 3.6 and Opera 11)
reason: there is an strange attribute "hidden='1'" which causes that in
html5-ish browsers



2011/1/19 Major Péter <majorpe...@sch.bme.hu>

> I've clicked over my application and couldn't find any issue, so I'm
> (non-binding) +1.
>
> Regards,
> Peter
>
> 2011-01-18 19:16 keltezéssel, Igor Vaynberg írta:
>
>  this is the second vote to release wicket 1.5-rc1.
>>
>> all vote-blocking issues previously reported have been fixed
>>
>> branch: http://svn.apache.org/repos/asf/wicket/branches/wicket-1.5-RC1
>> artifacts: http://people.apache.org/~ivaynberg/wicket-1.5-RC1/
>> maven repo:
>> https://repository.apache.org/content/repositories/orgapachewicket-044/
>> changelog:
>> https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=12310561&fixfor=12315483&sorter/field=issuekey&sorter/order=DESC
>>
>> this vote ends Friday, January 21 at 10:00am GMT-8
>>
>> please test the release and offer your vote
>>
>> cheers,
>> -igor
>>
>

Reply via email to