There are a few functions that don’t work with IE6 or IE7 and only Firefox. Besides graph selection, multi-graph creation is also non- IE functional. And for those using apache to front-end zope on port 80, most things work with ReWrite, with the exception of clicking the horizontal event selection on various pages. I assume the js code has some non-flexible values in it. All in 2.1.2 core.

Not major things, but these do have an impact on deploying zenoss in clients where IE is the only loaded browser, or where firewall rules are limited to ports 80/443.

Thanks for bringing these up. I've created tickets #2542 and #2543 for the IE7 issues. We're not even aiming for compliance with IE6.

I'm not sure what you mean about the horizontal event selection through rewrite. I use rewrite exclusively to access my local Zenoss instance and haven't run into any problems. Could you explain a bit further? One thing to keep in mind when using rewrite is that you should make use of Zope's VirtualHostMonster mechanism so that any absolute URLs are generated in a manner appropriate for rewrite. My VirtualHost looks like this (I access Zenoss on port 8080 even though it's really running on 9080.)

[VirtualHost _default_:8080]
    ServerName localhost
    RewriteEngine On
RewriteRule ^/(.*) http://127.0.0.1:9080/VirtualHostBase/http/% {SERVER_NAME}:8080/$1 [P]
[/VirtualHost]
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to