[ 
https://issues.apache.org/jira/browse/WICKET-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Vaynberg resolved WICKET-3107.
-----------------------------------

    Resolution: Invalid
      Assignee: Igor Vaynberg

change this:
date2Box.add(date2);
to:
date2Box.getBodyContainer().add(date2);

this is the proper way to use the border.


> DatePicker invisible inside Border -> JavaScript error
> ------------------------------------------------------
>
>                 Key: WICKET-3107
>                 URL: https://issues.apache.org/jira/browse/WICKET-3107
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.12
>         Environment: Browser: IE8
>            Reporter: Paul Ivancsics
>            Assignee: Igor Vaynberg
>            Priority: Minor
>         Attachments: DatePickerBugPage.zip
>
>
> 1. Add a DatePicker to a DateTextField.
> 2. Add another DatePicker to a DateTextField inside a BoxBorder.
> 3. Set the BoxBorder's body container invisible.
> 4. Load the page.
> There is a JavaScript error (Meldung: Objekt erforderlich Zeile: 1573 
> Zeichen: 3 Code: 0 URI: 
> http://.../wicket/resources/org.apache.wicket.extensions.yui.YuiLib/calendar/calendar.js),
> and clicking the visible DatePicker has no effect.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to