You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Leon (JIRA)" <ji...@apache.org> on 2011/09/15 19:22:09 UTC

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

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

       

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

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

       

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

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

       

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

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