Page 1 of 1

How to remove error display

Posted: Sat 25. Aug 2012, 06:23
by Chaffinch<
How to remove error display:
My version is: '506'
in Ie8
Regards
Bogdan

Re: How to remove error display

Posted: Sat 25. Aug 2012, 17:57
by update
What kind of error display?

Re: How to remove error display

Posted: Sat 25. Aug 2012, 19:36
by nameless1
whats with newer browsers than ie8?

Re: How to remove error display

Posted: Sat 25. Aug 2012, 21:41
by Chaffinch<
nameless1 wrote:whats with newer browsers than ie8?
In Firefox 14 appearance is correct

Re: How to remove error display

Posted: Sat 25. Aug 2012, 21:46
by Chaffinch<
claus wrote:What kind of error display?
Hi Claus
I do not know how to check :-(
I think the reason may be:
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NzE5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWQyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
? ? ? ?
In the file:
login.css
phpwcms.css
After the line containing:
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#347199', endColorstr='#c1d2e2', GradientType=0 );

I added a line for IE8:
/* For Internet Explorer 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#347199, endColorstr=#c1d2e2)";
background-color: #c1d2e2;
The problem of the white box disappeared.
But is it the correct form?

Re: How to remove error display

Posted: Sun 26. Aug 2012, 08:07
by Oliver Georgi
Please report Issues not in the forum. This version is still not offical.
http://code.google.com/p/phpwcms/issues/list

What version of Windows+Internet Explorer

Re: How to remove error display

Posted: Sun 26. Aug 2012, 08:56
by Chaffinch<
Oliver Georgi wrote:Please report Issues not in the forum. This version is still not offical.
http://code.google.com/p/phpwcms/issues/list

What version of Windows+Internet Explorer
Windows XP Profesional + Internet Explorer 8

Re: How to remove error display

Posted: Sun 26. Aug 2012, 17:42
by Oliver Georgi
Fixed, available with next commit:
Windows 8 + IE 10
Windows 8 + IE 10
Windows 7 + IE 9
Windows 7 + IE 9
Windows XP + IE 8
Windows XP + IE 8

Re: How to remove error display

Posted: Sun 26. Aug 2012, 20:14
by Chaffinch<
Oliver Georgi wrote:Fixed, available with next commit:
Big, big thanks Oliver
Thank you