[
https://issues.apache.org/jira/browse/MYFACES-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588798#action_12588798
]
Leonardo Uribe commented on MYFACES-1726:
-----------------------------------------
Testing if we can check if this function exists using this code:
if(typeof window.external.AutoCompleteSaveForm == 'function')
For this special case does not work! IE returns undefined. This should be
another bug for IE.
On trinidad there are using something like this:
if(_agent.isIE && window.external)
window.external.AutoCompleteSaveForm(form);
So the only way that I can see for solve this is create a function to check if
the browser is IE.
> IE7 - AutoComplete Does Not Work When You Use Script to Submit a Form
> ---------------------------------------------------------------------
>
> Key: MYFACES-1726
> URL: https://issues.apache.org/jira/browse/MYFACES-1726
> Project: MyFaces Core
> Issue Type: Improvement
> Environment: Internet Explorer 7
> Reporter: Mario Ivankovits
> Assignee: Leonardo Uribe
>
> AutoComplete Does Not Work When You Use Script to Submit a Form
> see
> http://support.microsoft.com/kb/329156/en-us
> Simon said in IE6 this is true as well, at least time by time
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.