On 04/21/11 09:39 AM, Jacob Grundmeier wrote:
Thanks, I thought it was just me. It seems to be affecting Chrome as well. Is this a known issue?
Yes. It's Oracle BugDB number 12362196. I have updated it with Stuart's helpful information. Thanks, Bob
Jake ----- Original Message ----- From: "Stuart"<[email protected]> To: [email protected] Sent: Wednesday, April 20, 2011 7:12:27 AM Subject: [SunRay-Users] Firefox 4 Hi all, In case anybody is trying to use Firefox 4 to access the Sun Ray admin gui and finding it not working to it's full potential, here is a script that fixes it. #!/bin/sh cd /tmp unzip /opt/SUNWut/webadmin/webapps/ut/WEB-INF/lib/suntheme.jar com/sun/web/ui/suntheme/css/css_master.css echo "#f1\3Ap1\3At1 { display:block;}">> com/sun/web/ui/suntheme/css/css_master.css zip -r /opt/SUNWut/webadmin/webapps/ut/WEB-INF/lib/suntheme.jar com/sun/web/ui/suntheme/css/css_master.css rm -rf com /etc/init.d/utwadmin stop; /etc/init.d/utwadmin start It just updates a CSS file and restart the tomcat container. BFN, Stuart. _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
_______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
