You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Ciaran Wood (JIRA)" <ji...@apache.org> on 2009/05/20 17:50:46 UTC

[jira] Created: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

Incorrect encoding of single quotes for Ajax requests
-----------------------------------------------------

                 Key: TAP5-714
                 URL: https://issues.apache.org/jira/browse/TAP5-714
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.1.0.5
            Reporter: Ciaran Wood
            Priority: Minor


I've encountered what I think is a bug in the rendering of an ajax response.
Basically, we're returning a block that contains a textfield component. The
value of that textfield component is something with a single quote in it,
for example "o'reilly". The response markup for that textfield is:

<input value='o&apos;reilly' id='addressLine1-1215dd60f22'
name='addressLine1' type='text'><\/input>

which renders as "o'reilly" in Firefox, but in IE the value renders as
"o&apos;reilly". According to
http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
should be rendering out &#39; instead.

I've looked into where the &apos; is coming from and its in the
AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Commented: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

Posted by "David Rees (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779048#action_12779048 ] 

David Rees commented on TAP5-714:
---------------------------------

This is affecting IE6-IE8.  It's a show-stopper!  Can we get the priority raised of this one?

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Priority: Minor
>         Attachments: TAP-714.patch
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Commented: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

Posted by "Ulrich Stärk (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779852#action_12779852 ] 

Ulrich Stärk commented on TAP5-714:
-----------------------------------

5.1 is not dead. Actually there is a discussion going on right now which bugs should be ported to the 5.1 branch for an upcoming 5.1.0.6 release

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP-714.patch
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Updated: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

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

Igor Drobiazko updated TAP5-714:
--------------------------------

    Fix Version/s: 5.1.0.6

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0.0, 5.1.0.6
>
>         Attachments: TAP-714.patch, TAP5-714-5.1.txt
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Updated: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

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

Igor Drobiazko updated TAP5-714:
--------------------------------

    Fix Version/s: 5.1.0.7

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0, 5.1.0.6, 5.1.0.7
>
>         Attachments: TAP-714.patch, TAP5-714-5.1.txt
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Commented: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

Posted by "David Rees (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779627#action_12779627 ] 

David Rees commented on TAP5-714:
---------------------------------

Can this also be applied to the 5.1.0.x-dev branch?  Looks like the 5.1-dev branch is dead now that 5.2 will be the next major rev.

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP-714.patch
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Updated: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

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

Ciaran Wood updated TAP5-714:
-----------------------------

    Attachment: TAP-714.patch

Added patch for 5.1.0.5 release tag source

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Priority: Minor
>         Attachments: TAP-714.patch
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Commented: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

Posted by "Ulrich Stärk (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779852#action_12779852 ] 

Ulrich Stärk commented on TAP5-714:
-----------------------------------

5.1 is not dead. Actually there is a discussion going on right now which bugs should be ported to the 5.1 branch for an upcoming 5.1.0.6 release

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP-714.patch
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Commented: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

Posted by "Ulrich Stärk (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736042#action_12736042 ] 

Ulrich Stärk commented on TAP5-714:
-----------------------------------

This is not only a problem with ajax requests but also when some text containing a single quote is to be edited in a textfield or a textarea. Even if the doctype is set to HTML4 (which does not contain the &apos; entity) Tapestry renders single quotes as &apos; thus failing to display single quotes correctly for users using IE7.

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Priority: Minor
>         Attachments: TAP-714.patch
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Resolved: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

Posted by "Thiago H. de Paula Figueiredo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiago H. de Paula Figueiredo resolved TAP5-714.
------------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.0.0
         Assignee: Thiago H. de Paula Figueiredo

Patch applied and committed. Thanks Ciaran Wood!

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP-714.patch
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Commented: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

Posted by "David Rees (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779048#action_12779048 ] 

David Rees commented on TAP5-714:
---------------------------------

This is affecting IE6-IE8.  It's a show-stopper!  Can we get the priority raised of this one?

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Priority: Minor
>         Attachments: TAP-714.patch
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Resolved: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

Posted by "Thiago H. de Paula Figueiredo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiago H. de Paula Figueiredo resolved TAP5-714.
------------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2.0.0
         Assignee: Thiago H. de Paula Figueiredo

Patch applied and committed. Thanks Ciaran Wood!

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP-714.patch
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Commented: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

Posted by "Ulrich Stärk (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736042#action_12736042 ] 

Ulrich Stärk commented on TAP5-714:
-----------------------------------

This is not only a problem with ajax requests but also when some text containing a single quote is to be edited in a textfield or a textarea. Even if the doctype is set to HTML4 (which does not contain the &apos; entity) Tapestry renders single quotes as &apos; thus failing to display single quotes correctly for users using IE7.

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Priority: Minor
>         Attachments: TAP-714.patch
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Updated: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

Posted by "Ulrich Stärk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ulrich Stärk updated TAP5-714:
------------------------------

    Attachment: TAP5-714-5.1.txt

patch against 5.1 branch

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP-714.patch, TAP5-714-5.1.txt
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Updated: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

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

Igor Drobiazko updated TAP5-714:
--------------------------------

    Fix Version/s: 5.1.0.7

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0, 5.1.0.6, 5.1.0.7
>
>         Attachments: TAP-714.patch, TAP5-714-5.1.txt
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Updated: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

Posted by "Ulrich Stärk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ulrich Stärk updated TAP5-714:
------------------------------

    Attachment: TAP5-714-5.1.txt

patch against 5.1 branch

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP-714.patch, TAP5-714-5.1.txt
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Closed: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

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

Igor Drobiazko closed TAP5-714.
-------------------------------


> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0.0, 5.1.0.6
>
>         Attachments: TAP-714.patch, TAP5-714-5.1.txt
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Updated: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

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

Igor Drobiazko updated TAP5-714:
--------------------------------

    Fix Version/s: 5.1.0.6

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0.0, 5.1.0.6
>
>         Attachments: TAP-714.patch, TAP5-714-5.1.txt
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Closed: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

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

Igor Drobiazko closed TAP5-714.
-------------------------------


> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0.0, 5.1.0.6
>
>         Attachments: TAP-714.patch, TAP5-714-5.1.txt
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Updated: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

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

Ciaran Wood updated TAP5-714:
-----------------------------

    Attachment: TAP-714.patch

Added patch for 5.1.0.5 release tag source

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Priority: Minor
>         Attachments: TAP-714.patch
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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


[jira] Commented: (TAP5-714) Incorrect encoding of single quotes for Ajax requests

Posted by "David Rees (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779627#action_12779627 ] 

David Rees commented on TAP5-714:
---------------------------------

Can this also be applied to the 5.1.0.x-dev branch?  Looks like the 5.1-dev branch is dead now that 5.2 will be the next major rev.

> Incorrect encoding of single quotes for Ajax requests
> -----------------------------------------------------
>
>                 Key: TAP5-714
>                 URL: https://issues.apache.org/jira/browse/TAP5-714
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Ciaran Wood
>            Assignee: Thiago H. de Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP-714.patch
>
>
> I've encountered what I think is a bug in the rendering of an ajax response.
> Basically, we're returning a block that contains a textfield component. The
> value of that textfield component is something with a single quote in it,
> for example "o'reilly". The response markup for that textfield is:
> <input value='o&apos;reilly' id='addressLine1-1215dd60f22'
> name='addressLine1' type='text'><\/input>
> which renders as "o'reilly" in Firefox, but in IE the value renders as
> "o&apos;reilly". According to
> http://cssvault.com/blog/2007/10/17/internet-explorer-apos-feature/ , it
> should be rendering out &#39; instead.
> I've looked into where the &apos; is coming from and its in the
> AbstractMarkupModel class, in the encodeQuoted() method (around line 132). 

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