Janne Aukia

Results 56 comments of Janne Aukia

Adding this would seem to help: ``` //WebKit else if (typeof document.body.style.webkitTextSizeAdjust === 'string') { func = webkit; } //New WebKit Nightlies else if (typeof document.body.style.webkitTransform === 'string') { func...

Ok. I would assume this to break fairly soon in Safari/Chrome as well, but let's see.

Google Drive does also zoom level detection with some proprietary code. The mechanisms it uses seem to be something along these lines: - (document.width / div[min-width:100%]) / window.innerWidth (when window.outerWidth...

Could browse through our codebase to see some examples of Evaluate usage: https://github.com/search?q=org%3Arobocorp+Evaluate+extension%3Arobot+language%3ARobotFramework&type=Code&ref=advsearch&l=RobotFramework&l=

Potential ones from the search: - rounding numbers - generating random numbers - parsing url segments - string contains - date equals comparison - marking chromedriver as undetected

Do you think you'll have time to look at this (and the other issues) at some point?

Excellent :) 2011/10/18 Louis-Rémi Babé [email protected]: > Oh, I've actually been working on all of these issues during the last 24hours. I'm coming close to a solution. > > ##...

My code should be doing these correctly, although finding what it does differently might be difficult. -janne 2011/10/18 Louis-Rémi Babé [email protected]: > Interpolation is a real pain. > I noticed...

I think it is state at least here: https://bugzilla.mozilla.org/show_bug.cgi?id=531344 "Then the resulting decomposed transformation is: translate(Tx, Ty) rotate(R) skewX(atan(K)) scale(Sx, Sy)" -janne 2011/10/18 Louis-Rémi Babé [email protected]: > Well, I found...

Thanks for trying to fix these! The bugs show up if I try to use your lib with Zoomooz. The basic test works now ok, but this one is now...