On Demand problems with Internet explorer 8!

Moderator: crythias

Locked
Cheers
Znuny newbie
Posts: 5
Joined: 28 Jul 2011, 15:42
Znuny Version: 3.02
Real Name: Lisa Wery v. Limont
Company: fme AG

On Demand problems with Internet explorer 8!

Post by Cheers »

Hello,

I´m testing OTRS on demand for my company. As a standard browser we use Internet Explorer 8.
personally i´m using IE9, so the problem doesn´t occur to me, but others with IE8 have the two following problems.

Each time you click ANY button or field in the Interface, (and the page refreshes) you get the following error window (see attached) it´s in german. roughly translated it askes everytime, that insecure content is going to be transmitted and if you want to allow that. you can click either button, the message appears EVERY TIME. so annoying :D

secondly, the IE8 doesn´t seem to be able to display the content in the Popup´s correctly. As i researched and read, that has something to do with IE8 only allowing a maximum of 32 CSS. how can that be fixed? The graphics really suffer from that error and the openfile dialog for uploading an attatchment is a mess.
if this can´t be fixed for a working version of the On Demand solution with Internet Explorer 8, i´m afraid we have to find another program :(

regards,
and cheers,

Lisa
You do not have the required permissions to view the files attached to this post.
MichaelR
Znuny expert
Posts: 250
Joined: 12 Oct 2010, 01:35
Znuny Version: 3.0.9
Company: LRS Health

Re: On Demand problems with Internet explorer 8!

Post by MichaelR »

Swear OTRS bundles all it's CSS files into a few to get around that problem.

On the 'Insecure Content' a part of the webpage is still using HTTP not HTTPS.

If you view the source of the current webpage and search for 'HTTP://" you will find the sections that are not being transmitted securely.
OTRS: 3.0.9 & ITSM 3.0.4 - OS: Windows 7 - DB: MySQL - Heaps of random/useful hacks :)
[Major Code Changes]
ArticleFreeTime1-3
Ability to search ArticleFreeText
Cheers
Znuny newbie
Posts: 5
Joined: 28 Jul 2011, 15:42
Znuny Version: 3.02
Real Name: Lisa Wery v. Limont
Company: fme AG

Re: On Demand problems with Internet explorer 8!

Post by Cheers »

solution found.

we tried to use our logo from an url that was not https:// but http:// the dashboard coudn´t handle the insecure connection.

thx anyway :)
is there anyway to use a logo from our drive not the internet ?
ferrosti
Znuny superhero
Posts: 723
Joined: 10 Oct 2007, 14:30
Znuny Version: 3.0
Location: Hamburg, Germany

Re: On Demand problems with Internet explorer 8!

Post by ferrosti »

is there anyway to use a logo from our drive not the internet ?
I am not sure how xxx implemented its On Demand version.
I´d say 'no', you can´t, since certificates need to match to not give these error messages. It won´t be too bad storing the logo on the web, because all browsers should cache the files or at least your webproxy should.

Your CSS problem might result in a configuration that does not merge all the CSS files, but this can be configured.
This value

Code: Select all

Loader::Enabled::CSS 
needs to be set true.
openSuSE on ESX
IT-Helpdesk: OTRS 3.0
Customer Service: OTRS 3.0 (upgraded from 2.3)
Customer Service (subsidiary): OTRS 3.0
+additional test and development systems
Locked