Closed (fixed)
Project:
Environment Indicator
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2009 at 15:51 UTC
Updated:
19 Mar 2012 at 16:34 UTC
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?oThis is from IE8, but IE6 displays the same error. I've attached screenshots of what the browser renders.
| Comment | File | Size | Author |
|---|---|---|---|
| ei_js_ie8.png | 137.17 KB | deviantintegral | |
| ei_js_ie6.png | 124.86 KB | deviantintegral |
Comments
Comment #1
mrfelton commentedok, 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.
Comment #2
deviantintegral commentedI 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.
Comment #3
mrfelton commentedok, 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
Comment #4
jrockowitz commentedOn 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.