FYI, Opera issues can be tracked here:
http://bugzilla.zimbra.com/show_bug.cgi?id=5932
You should vote for it!
FYI, Opera issues can be tracked here:
http://bugzilla.zimbra.com/show_bug.cgi?id=5932
You should vote for it!
Put in a fix for this today... so the next release should now force the right content-type to be set for all of the JS files.Originally Posted by andrewg_oz
Thanks for the feedback and the link to the tracking bug!
So, it's getter/setter support? (or has the mentioned change worked around that?) From what I've been hearing, that's a significantly tricky thing for Opera to implement, and it's not going to be soon
I'll wait until I can get into the demo before commenting further...
The workaround seems to get us into the app. The major point of pain today is CSS/style support. It appears Opera drops entire CSS rules with it sees -moz or filter: rules. We have some support to hide these from Opera (IFDEF/IFNDEF in *.css files) but it'll take a good bit of trial error to figure out the exact rules that need to be excluded as the error console doesn't point exactly to the error everytime.
Do you have a test case? The following works as I would expect in IE, Firefox, and Opera:Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Test</title> <style type="text/css"> #test { color:white; border:5px solid red; -moz-border-radius:10px; font-size:200%; zoom:1; /* let filter work */ filter:alpha(opacity=40); -moz-opacity:0.4; opacity:0.4; background-color:blue; text-align:center; } </style> </head> <body> <div id="test"> <p>This is a test</p> </div> </body> </html>
Two years have pasted, and Zimbra still doesn't support Opera?
I only use FF to read mail at work, and would like to see some progress on Zimbra's Opera support.
Last edited by torgeirl; 12-13-2008 at 06:51 AM.
What's holding up opera support exactly?
Is browser sniffing necessary? Wouldn't it be more beneficial to employ object detection?
Opera is the most popular browser in Russia, with more than 30% market share.
Zimbra supports the Russian language in the interface, so it makes sense to support Opera too.
Yes but which browser is the most used in the world and what takes the other 70% in Russia?
You really should check bugzilla and vote on any RFE that's in there, such as this one rather than adding a post to an old thread.
Regards
Bill
First post in this forum is nearly five years old, and still no Opera Support?
Come on, developers...
There are currently 1 users browsing this thread. (0 members and 1 guests)