It says here that Opera 12 doesn't support pointer-events. And it is true, it breaks my website. The problem is that they do support the property in css, even if they don't seem to do the right thing with it. Feature detection in the form of Modernizr is useless in this case:
>>> Modernizr.testProp('pointerEvents')
true
jQuery.browser has been removed. What can I do to detect this corner case in my javascript code? Or to get Opera's version?
Opera provides it's own easy way of grabbing a version. If you are certain that Opera
will detect opera, less than or equal to 12