[
https://issues.apache.org/jira/browse/TOMAHAWK-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603003#action_12603003
]
tomasz.bech edited comment on TOMAHAWK-1034 at 6/6/08 4:32 AM:
---------------------------------------------------------------
Here is workaround for the problem.
After several tries with changing to new dojo, etc, I've found that the issue
is related with dynamicaly loaded .js files (by dojo.require function).
I have no idea why it generates the error on IE in some cases, but there is a
way to avoid it - by loading required .js files directly from .html.
In patch I've provided the jsp (just include it in all pages where the
inputSuggestBox is used) and complete directory with .js files (after patch
check if Firebug if .js are taken from new location instead of from
tomahawk.jar internal servlet)
Those .js files comes from tomahawk 1.1.6 distribution except ComboBox.js (this
file was taken from dojo-.0.4.3-kitchen-sink and modified slightly to support
proper inline template (line 143, member: templateString).
By that there are no 'on demand' loading' of resources by dojo and
inputSuggestBox works under IE and https.
Note: This patch cannot be included tomahawk.jar - the real problem of
'dojo.require' has to be found. Simply upgrading to dojo-0.4.3 inside tomahawk
didn't resolve the issue as well.
was (Author: tomasz.bech):
Here is workaround for the problem.
After several tries with changing to new dojo, etc, I've found that the issue
is related with dynamicaly loaded .js files (by dojo.require function).
I have no idea why it generates the error on IE in some cases, but there is a
way to avoid it - by loading required .js files directly from .html.
In patch I've provided the jsp (just include it in all pages where the
inputSuggestBox is used) and complete directory with .js files (after patch
check if Firebug if .js are taken from new location instead of from
tomahawk.jar internal servlet)
Those .js files comes from tomahawk 1.1.6 distribution except ComboBox.js (this
file was taken from dojo-.0.4.3-kitchen-sink and modified slightly to support
proper inline template (line 143, member: templateString).
By that there are no 'on demand' loading' of resources by dojo and
inputSuggestBox works under IE and https.
Note: This patch cannot be included tomahawk.jar - the real problem of
'dojo.require' has to be found. Simply upgrading to dojo-0.4.3 inside tomahawk
didn't resolved the issue as well.
> Warning page contains secure and nonsecure items on IE when using https
> -----------------------------------------------------------------------
>
> Key: TOMAHAWK-1034
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1034
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Components: InputSuggestAjax
> Affects Versions: 1.1.6
> Environment: IE 6, IE 7
> Reporter: Vadim Fainshtein
> Attachments: inputSiggestBox-patch.zip
>
>
> TabbleSuggestAjax in IE with SSL pops up a warning message "This page
> contains both secure and nonnsecure items".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.