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 |
[ 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 |
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 |
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 |
Free forum by Nabble | Edit this page |