You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Paul Ivancsics (JIRA)" <ji...@apache.org> on 2010/10/14 16:18:34 UTC

[jira] Created: (WICKET-3107) DatePicker invisible inside Border -> JavaScript error

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
            Priority: Minor


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.


[jira] Updated: (WICKET-3107) DatePicker invisible inside Border -> JavaScript error

Posted by "Paul Ivancsics (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Ivancsics updated WICKET-3107:
-----------------------------------

    Attachment: DatePickerBugPage.zip

Page revealing the bug, hopefully

> 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
>            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.


[jira] Resolved: (WICKET-3107) DatePicker invisible inside Border -> JavaScript error

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ 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.