[Prototype-core] Re: Opera 9.5 and document.viewport

2008-03-08 Thread arty
done: http://dev.rubyonrails.org/ticket/11302#preview On Mar 6, 10:08 pm, kangax [EMAIL PROTECTED] wrote: Could someone create a ticket for this? Thanks. - kangax On Mar 6, 2:56 am, artemy tregoubenko [EMAIL PROTECTED] wrote: I can confirm this. Found it some time ago and decided to

[Prototype-core] Re: Opera 9.5 and document.viewport

2008-03-08 Thread Nick Stakenburg
It's good to see Opera is trying to be more like the other browsers. But we'll still have to add backwards compatibility for the older version. Luckily version targetting in Opera is easy since later version all have window.opera.version(). I've added a patch to the ticket using it to fix the

[Prototype-core] Re: Opera 9.5 and document.viewport

2008-03-05 Thread artemy tregoubenko
I can confirm this. Found it some time ago and decided to wait till release. On 3/6/08, Matthew [EMAIL PROTECTED] wrote: The relevant code in version 1.6.0.2 is: dimensions[d] = (B.WebKit !document.evaluate) ? self['inner' + D] : (B.Opera) ? document.body['client' + D] :