You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jan Jaros (JIRA)" <ji...@apache.org> on 2007/06/10 20:10:26 UTC

[jira] Created: (WICKET-632) DatePicker & application/xhtml+xml

DatePicker & application/xhtml+xml
----------------------------------

                 Key: WICKET-632
                 URL: https://issues.apache.org/jira/browse/WICKET-632
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.2.6
         Environment: Mozilla Firefox 2.0.0.4
            Reporter: Jan Jaros
         Attachments: DatePickerXhtmlPatch.diff

In the code of calendar.js, there are several items "nbsp;". When you set the contenttype of your page to
"application/xhtml+xml", firefox reportes this as an error. You can solve this easily by replacing all
"&nbsp;" to "&#160;". The calendar after that works completely for xhtml.

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


[jira] Resolved: (WICKET-632) DatePicker & application/xhtml+xml

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

Alastair Maw resolved WICKET-632.
---------------------------------

    Resolution: Won't Fix

> DatePicker & application/xhtml+xml
> ----------------------------------
>
>                 Key: WICKET-632
>                 URL: https://issues.apache.org/jira/browse/WICKET-632
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.2.6
>         Environment: Mozilla Firefox 2.0.0.4
>            Reporter: Jan Jaros
>         Attachments: DatePickerXhtmlPatch.diff
>
>
> In the code of calendar.js, there are several items "nbsp;". When you set the contenttype of your page to
> "application/xhtml+xml", firefox reportes this as an error. You can solve this easily by replacing all
> "&nbsp;" to "&#160;". The calendar after that works completely for xhtml.

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


[jira] Updated: (WICKET-632) DatePicker & application/xhtml+xml

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

Alastair Maw updated WICKET-632:
--------------------------------


We don't support serving things as application/xhtml+xml for many reasons, and support for this certainly isn't planned for the 1.3.x line, let alone 1.2.x. This isn't going to get fixed.

> DatePicker & application/xhtml+xml
> ----------------------------------
>
>                 Key: WICKET-632
>                 URL: https://issues.apache.org/jira/browse/WICKET-632
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.2.6
>         Environment: Mozilla Firefox 2.0.0.4
>            Reporter: Jan Jaros
>         Attachments: DatePickerXhtmlPatch.diff
>
>
> In the code of calendar.js, there are several items "nbsp;". When you set the contenttype of your page to
> "application/xhtml+xml", firefox reportes this as an error. You can solve this easily by replacing all
> "&nbsp;" to "&#160;". The calendar after that works completely for xhtml.

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


[jira] Updated: (WICKET-632) DatePicker & application/xhtml+xml

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

Jan Jaros updated WICKET-632:
-----------------------------

    Attachment: DatePickerXhtmlPatch.diff

Patch...

> DatePicker & application/xhtml+xml
> ----------------------------------
>
>                 Key: WICKET-632
>                 URL: https://issues.apache.org/jira/browse/WICKET-632
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.2.6
>         Environment: Mozilla Firefox 2.0.0.4
>            Reporter: Jan Jaros
>         Attachments: DatePickerXhtmlPatch.diff
>
>
> In the code of calendar.js, there are several items "nbsp;". When you set the contenttype of your page to
> "application/xhtml+xml", firefox reportes this as an error. You can solve this easily by replacing all
> "&nbsp;" to "&#160;". The calendar after that works completely for xhtml.

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