[jira] [Created] (OFBIZ-4423) very trivial update to filedlookup.js: encodeURI before construct a new href value for nav-buttons in layered lookup dialog.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-4423) very trivial update to filedlookup.js: encodeURI before construct a new href value for nav-buttons in layered lookup dialog.

Nicolas Malin (Jira)
very trivial update to filedlookup.js: encodeURI before construct a new href value for nav-buttons in layered lookup dialog.
----------------------------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-4423
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4423
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Leon
            Priority: Trivial
             Fix For: SVN trunk


In IE, if you use link's href to call javascript function and its parameter contains encoded multi-bytes characters, such as "%E2%82%AC" which is the result of encodeURI("€"), IE will incorrectly unescape it to "€" and then javascript call return unexpected result.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4423) very trivial update to filedlookup.js: encodeURI before construct a new href value for nav-buttons in layered lookup dialog.

Nicolas Malin (Jira)

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

Leon updated OFBIZ-4423:
------------------------

    Attachment: OFBIZ-4423-fieldlookup.patch

> very trivial update to filedlookup.js: encodeURI before construct a new href value for nav-buttons in layered lookup dialog.
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4423
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4423
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4423-fieldlookup.patch
>
>
> In IE, if you use link's href to call javascript function and its parameter contains encoded multi-bytes characters, such as "%E2%82%AC" which is the result of encodeURI("€"), IE will incorrectly unescape it to "€" and then javascript call return unexpected result.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply | Threaded
Open this post in threaded view
|

[jira] [Assigned] (OFBIZ-4423) very trivial update to filedlookup.js: encodeURI before construct a new href value for nav-buttons in layered lookup dialog.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Sascha Rodekamp reassigned OFBIZ-4423:
--------------------------------------

    Assignee: Sascha Rodekamp

> very trivial update to filedlookup.js: encodeURI before construct a new href value for nav-buttons in layered lookup dialog.
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4423
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4423
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Sascha Rodekamp
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4423-fieldlookup.patch
>
>
> In IE, if you use link's href to call javascript function and its parameter contains encoded multi-bytes characters, such as "%E2%82%AC" which is the result of encodeURI("€"), IE will incorrectly unescape it to "€" and then javascript call return unexpected result.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4423) very trivial update to filedlookup.js: encodeURI before construct a new href value for nav-buttons in layered lookup dialog.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Sascha Rodekamp closed OFBIZ-4423.
----------------------------------

    Resolution: Fixed

Thanks Leon your patch is in Trunk @Rev.1171391

> very trivial update to filedlookup.js: encodeURI before construct a new href value for nav-buttons in layered lookup dialog.
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4423
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4423
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Sascha Rodekamp
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4423-fieldlookup.patch
>
>
> In IE, if you use link's href to call javascript function and its parameter contains encoded multi-bytes characters, such as "%E2%82%AC" which is the result of encodeURI("€"), IE will incorrectly unescape it to "€" and then javascript call return unexpected result.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira