Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Timestamp: Tue, 15 Dec 2009 15:48:33 UTC


Message: Invalid property value.
Line: 9
Char: 871
Code: 0
URI: http://local.franchisemewebsitebuilder.com:8888/sites/all/modules/environment_indicator/environment_indicator.min.js?o

This is from IE8, but IE6 displays the same error. I've attached screenshots of what the browser renders.

CommentFileSizeAuthor
ei_js_ie8.png137.17 KBdeviantintegral
ei_js_ie6.png124.86 KBdeviantintegral

Comments

mrfelton’s picture

ok, haven't tested in ie6 or 8... could you try with the latest -dev code anyway as there have been a few changes to the JavaScript since the release.

deviantintegral’s picture

Status: Active » Closed (fixed)

I traced it down to an error in my configuration; my background colour attribute for red had an extra character on the end, which FF / webkit would silently ignore. However, the CSS is still broken in IE6 as it doesn't support position: fixed; I have a patch I'll submit in a new issue.

mrfelton’s picture

ok, thanks for the info. Perhaps I should implement some error checking on the admin form, and fall back on some sensible defaults if invalid values are pulled in from settings.php

jrockowitz’s picture

On IE 8, I ran into a similar issue, I was using the default color 'dark-red' which threw a JS error. As soon as I changed the 'environment_indicator_color' to the hex color everything was fine.