[
https://issues.apache.org/jira/browse/TOMAHAWK-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644991#action_12644991
]
Chris bush commented on TOMAHAWK-1034:
--------------------------------------
The workaround I found for the problem was to comment out the
dojo.a11y.setAccessibleMode(); in the dojo.widget.buildWidgetFromParseTree
within the dojo.js that is provided inside the tomahawk library. This issue I
had with tomahawk-1.1.5.
The accessibleMode setting was causing a background image to be loaded that IE
could not determine to be secure. Looks like this:
div.style.backgroundImage = "url(\"" + this.imgPath + "/tab_close.gif\")";
imgPath:dojo.uri.dojoUri("src/widget/templates/images")
Once this change was made, the problem went away and InputSuggestAjax worked
just as expected.
> 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.