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 Kriesten (JIRA)" <ji...@apache.org> on 2008/04/08 09:51:25 UTC

[jira] Created: (WICKET-1495) Ajax, MulitlineLabel, AjaxEditableMultiLineLabel

Ajax, MulitlineLabel, AjaxEditableMultiLineLabel
------------------------------------------------

                 Key: WICKET-1495
                 URL: https://issues.apache.org/jira/browse/WICKET-1495
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.3
            Reporter: Jan Kriesten
         Attachments: tmp.txt

I encountered the following problems when using AjaxEditableMultiLineLabel:

a) MultiLineLabels aren't rendered with Internet Explorer 7 when content contains something like "<pre><?xml..." but give a runtime error. The same code works fine when using a 'normal' label, though! I'll attach a file showing the Wicket-Debug for both cases.

b) AEML doesn't show anything on empty string models





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


[jira] Resolved: (WICKET-1495) Ajax, MulitlineLabel, AjaxEditableMultiLineLabel

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

Igor Vaynberg resolved WICKET-1495.
-----------------------------------

    Resolution: Won't Fix
      Assignee: Igor Vaynberg

i guess a desirable solution has been found...

> Ajax, MulitlineLabel, AjaxEditableMultiLineLabel
> ------------------------------------------------
>
>                 Key: WICKET-1495
>                 URL: https://issues.apache.org/jira/browse/WICKET-1495
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.3
>            Reporter: Jan Kriesten
>            Assignee: Igor Vaynberg
>         Attachments: tmp.txt
>
>
> I encountered the following problems when using AjaxEditableMultiLineLabel:
> a) MultiLineLabels aren't rendered with Internet Explorer 7 when content contains something like "<pre><?xml..." but give a runtime error. The same code works fine when using a 'normal' label, though! I'll attach a file showing the Wicket-Debug for both cases.
> b) AEML doesn't show anything on empty string models

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


[jira] Commented: (WICKET-1495) Ajax, MulitlineLabel, AjaxEditableMultiLineLabel

Posted by "Jan Kriesten (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586773#action_12586773 ] 

Jan Kriesten commented on WICKET-1495:
--------------------------------------

Wicket-Debug had a bug displaying entities as < etc. Matej resolved this.

IE seems to have a problem rendering <br/> within <pre> </pre> on Ajax-Requests. Resolved this issue using Label instead of MultiLineLabel in this case.

> Ajax, MulitlineLabel, AjaxEditableMultiLineLabel
> ------------------------------------------------
>
>                 Key: WICKET-1495
>                 URL: https://issues.apache.org/jira/browse/WICKET-1495
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.3
>            Reporter: Jan Kriesten
>         Attachments: tmp.txt
>
>
> I encountered the following problems when using AjaxEditableMultiLineLabel:
> a) MultiLineLabels aren't rendered with Internet Explorer 7 when content contains something like "<pre><?xml..." but give a runtime error. The same code works fine when using a 'normal' label, though! I'll attach a file showing the Wicket-Debug for both cases.
> b) AEML doesn't show anything on empty string models

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


[jira] Updated: (WICKET-1495) Ajax, MulitlineLabel, AjaxEditableMultiLineLabel

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

Jan Kriesten updated WICKET-1495:
---------------------------------

    Attachment: tmp.txt

Wicket-Debug for MultiLineLabel + Label

> Ajax, MulitlineLabel, AjaxEditableMultiLineLabel
> ------------------------------------------------
>
>                 Key: WICKET-1495
>                 URL: https://issues.apache.org/jira/browse/WICKET-1495
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.3
>            Reporter: Jan Kriesten
>         Attachments: tmp.txt
>
>
> I encountered the following problems when using AjaxEditableMultiLineLabel:
> a) MultiLineLabels aren't rendered with Internet Explorer 7 when content contains something like "<pre><?xml..." but give a runtime error. The same code works fine when using a 'normal' label, though! I'll attach a file showing the Wicket-Debug for both cases.
> b) AEML doesn't show anything on empty string models

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