Home » Eclipse Projects » Remote Application Platform (RAP) » Problems with IE7, SSL and PNG
Problems with IE7, SSL and PNG [message #96443] |
Thu, 03 July 2008 09:13  |
Eclipse User |
|
|
|
Originally posted by: Alois.Wurmdobler.googlemail.com
Hi!
We have some Problems with our RAP GUI and IE 7 running in with ssl
communication:
The first Problem is, that the browser prompts a dialog with the message,
that our site has secure and unsecure items that istn't true.
The second and even bigger problem is, that their are some icons (PNG
format) that don't display. Very strange is the fact, that one of the icons
on a button is visible if the button is disabled and the icon is grey, but
if the button is enabled and the icon would be in color, the icon got lost!
Switching to normal unsecure communication by http protocol, all icons are
visible.
Any ideas?
Thanks for reading and thinking about it!
Alois
|
|
|
Re: Problems with IE7, SSL and PNG [message #96625 is a reply to message #96443] |
Thu, 03 July 2008 17:59   |
Eclipse User |
|
|
|
Originally posted by: rsternberg.innoopract.com
Hi Alois,
Alois Wurmdobler wrote:
> We have some Problems with our RAP GUI and IE 7 running in with ssl
> communication:
> The first Problem is, that the browser prompts a dialog with the message,
> that our site has secure and unsecure items that istn't true.
> The second and even bigger problem is, that their are some icons (PNG
> format) that don't display. Very strange is the fact, that one of the icons
> on a button is visible if the button is disabled and the icon is grey, but
> if the button is enabled and the icon would be in color, the icon got lost!
>
> Switching to normal unsecure communication by http protocol, all icons are
> visible.
>
> Any ideas?
I don't have exactly a clue what might cause your problem. But if your
browser complains about unsecure items, maybe those missing images
somehow refer to wrong (http) URLs? Do you have any URL rewrites or
aliases in place? Could you try to track the requests? Just an idea...
Best regards, Ralf
|
|
|
Re: Problems with IE7, SSL and PNG [message #96698 is a reply to message #96625] |
Fri, 04 July 2008 02:40   |
Eclipse User |
|
|
|
Originally posted by: Alois.Wurmdobler.googlemail.com
Hi Ralf,
We already tracked our http request: We have only relative url and some of
the icons in the same folder were shown in ssl and some others not. Perhaps
this has something to do with a IE 7 Bug I found in the qooxdoo bug databse:
http://bugzilla.qooxdoo.org/show_bug.cgi?id=1021
But it's still strange that this behaviour doesnt apply to all icons.
Thanks,
Alois
"Ralf Sternberg" <rsternberg@innoopract.com> schrieb im Newsbeitrag
news:g4ji4c$u3r$1@build.eclipse.org...
> Hi Alois,
>
> Alois Wurmdobler wrote:
>> We have some Problems with our RAP GUI and IE 7 running in with ssl
>> communication:
>> The first Problem is, that the browser prompts a dialog with the message,
>> that our site has secure and unsecure items that istn't true.
>> The second and even bigger problem is, that their are some icons (PNG
>> format) that don't display. Very strange is the fact, that one of the
>> icons on a button is visible if the button is disabled and the icon is
>> grey, but if the button is enabled and the icon would be in color, the
>> icon got lost!
>>
>> Switching to normal unsecure communication by http protocol, all icons
>> are visible.
>>
>> Any ideas?
>
> I don't have exactly a clue what might cause your problem. But if your
> browser complains about unsecure items, maybe those missing images somehow
> refer to wrong (http) URLs? Do you have any URL rewrites or aliases in
> place? Could you try to track the requests? Just an idea...
>
> Best regards, Ralf
|
|
|
Re: Problems with IE7, SSL and PNG [message #96728 is a reply to message #96698] |
Fri, 04 July 2008 04:34   |
Eclipse User |
|
|
|
Originally posted by: rsternberg.innoopract.com
Hi Alois,
Alois Wurmdobler wrote:
> We already tracked our http request: We have only relative url and some of
> the icons in the same folder were shown in ssl and some others not. Perhaps
> this has something to do with a IE 7 Bug I found in the qooxdoo bug databse:
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=1021
Interesting, I wasn't aware of this bug. It refers to two other bugs
#890 (Mixed content warning) and #710 (IE+SSL+PNG). Both have been
resolved fixed lately, so I'm afraid we can't fix this issue before the
adoption of qx 0.8. Would you mind to file a bug against RAP? That would
allow you to stay tuned.
> But it's still strange that this behaviour doesnt apply to all icons.
In the latter of the two bugs it is stated that this issue is related to
a workaround for the transparent PNG problem in IE. So maybe PNGs
without an alpha layer are not affected?
Best regards, Ralf
> "Ralf Sternberg" <rsternberg@innoopract.com> schrieb im Newsbeitrag
> news:g4ji4c$u3r$1@build.eclipse.org...
>> Hi Alois,
>>
>> Alois Wurmdobler wrote:
>>> We have some Problems with our RAP GUI and IE 7 running in with ssl
>>> communication:
>>> The first Problem is, that the browser prompts a dialog with the message,
>>> that our site has secure and unsecure items that istn't true.
>>> The second and even bigger problem is, that their are some icons (PNG
>>> format) that don't display. Very strange is the fact, that one of the
>>> icons on a button is visible if the button is disabled and the icon is
>>> grey, but if the button is enabled and the icon would be in color, the
>>> icon got lost!
>>>
>>> Switching to normal unsecure communication by http protocol, all icons
>>> are visible.
>>>
>>> Any ideas?
>> I don't have exactly a clue what might cause your problem. But if your
>> browser complains about unsecure items, maybe those missing images somehow
>> refer to wrong (http) URLs? Do you have any URL rewrites or aliases in
>> place? Could you try to track the requests? Just an idea...
>>
>> Best regards, Ralf
>
>
|
|
|
Re: Problems with IE7, SSL and PNG [message #100976 is a reply to message #96728] |
Fri, 01 August 2008 10:14  |
Eclipse User |
|
|
|
Originally posted by: Alois.Wurmdobler.googlemail.com
Hi Ralf!
After hours of debuging and request tracking we did some simple experiments:
It was very strange, that the internet explorer displaye all icons in http
but not all in https. So first of all we tried a servlet filter to change
the url of the png to it's complete path -> nothing changed. After changing
the protocol from https to http in the url (-> displaying mixed content) the
png were visible. We also tried jpegs - they worked with both protocols. So
i changed the suffix of the png to jpg (I don't know why!) - now it works,
the png-icons were visible!
This seems to be an ugly bug of IE!
Best regards,
Alois
"Ralf Sternberg" <rsternberg@innoopract.com> schrieb im Newsbeitrag
news:g4kn9u$934$1@build.eclipse.org...
> Hi Alois,
>
> Alois Wurmdobler wrote:
>> We already tracked our http request: We have only relative url and some
>> of the icons in the same folder were shown in ssl and some others not.
>> Perhaps this has something to do with a IE 7 Bug I found in the qooxdoo
>> bug databse:
>> http://bugzilla.qooxdoo.org/show_bug.cgi?id=1021
>
> Interesting, I wasn't aware of this bug. It refers to two other bugs #890
> (Mixed content warning) and #710 (IE+SSL+PNG). Both have been resolved
> fixed lately, so I'm afraid we can't fix this issue before the adoption of
> qx 0.8. Would you mind to file a bug against RAP? That would allow you to
> stay tuned.
>
>> But it's still strange that this behaviour doesnt apply to all icons.
>
> In the latter of the two bugs it is stated that this issue is related to a
> workaround for the transparent PNG problem in IE. So maybe PNGs without an
> alpha layer are not affected?
>
> Best regards, Ralf
>
>> "Ralf Sternberg" <rsternberg@innoopract.com> schrieb im Newsbeitrag
>> news:g4ji4c$u3r$1@build.eclipse.org...
>>> Hi Alois,
>>>
>>> Alois Wurmdobler wrote:
>>>> We have some Problems with our RAP GUI and IE 7 running in with ssl
>>>> communication:
>>>> The first Problem is, that the browser prompts a dialog with the
>>>> message, that our site has secure and unsecure items that istn't true.
>>>> The second and even bigger problem is, that their are some icons (PNG
>>>> format) that don't display. Very strange is the fact, that one of the
>>>> icons on a button is visible if the button is disabled and the icon is
>>>> grey, but if the button is enabled and the icon would be in color, the
>>>> icon got lost!
>>>>
>>>> Switching to normal unsecure communication by http protocol, all icons
>>>> are visible.
>>>>
>>>> Any ideas?
>>> I don't have exactly a clue what might cause your problem. But if your
>>> browser complains about unsecure items, maybe those missing images
>>> somehow refer to wrong (http) URLs? Do you have any URL rewrites or
>>> aliases in place? Could you try to track the requests? Just an idea...
>>>
>>> Best regards, Ralf
>>
|
|
|
Goto Forum:
Current Time: Sat Jul 19 12:23:37 EDT 2025
Powered by FUDForum. Page generated in 0.25380 seconds
|