According to this resource, Opera 12 does not support pointer-events, causing issues with my website. Interestingly, they do support the property in CSS but don't seem to implement it correctly. Modernizr's feature detection doesn't help in this scenario:
>>> Modernizr.testProp('pointerEvents')
true
jQuery.browser has been deprecated. How can I detect this specific issue in my JavaScript code or retrieve Opera's version?