Community
Participate
Working Groups
The client-side implementation of Button is based on MultiCellWidget. The cell image ( with relative path ) is set directly to the DOM which leads to unsecure content warning in IE using SSL. The solution is to use Alias.js#resolve() to convert the relative to absolute path in IE under SSL (see Bug 285815 and Bug 289822).
Created attachment 167102 [details] Patch
Applied patch to CVS HEAD.
Tim, can we write a test for this?
Nope. I tried, its not possible to fake the use of the "https"-protocol. It would only be possible with major refactoring of alias.js, which is currently in the qooxdoo-namespace.