Sandro Magi
Sandro Magi
Thanks for the update. I was just thinking of a standard large grid-type test to measure the overhead of pages with lots of controls, which I believe would be the...
It happened by accident, that's the point. Arguments were obtained from the styling properties of some other DOM elements, which are strings. With no error raised and no rhyme or...
I suppose Javascript doesn't leave you much choice here. I haven't found a way to efficiently check that a value is a number, so you can't even detect and throw...
clampToEntities seems to have no effect on the fact that you can't scroll to fully view off-screen objects when you're zoomed in. I've updated the fiddle with some text on...
You are totally correct. I've clearly been starting at code for too long if I missed that one too. That certainly addresses what I need, but the behaviour when clampToEntities...
Cool, wasn't aware of domHelper.translate. You're probably correct that the pos_x/y don't need to be changed. It looks like a hold over from the DOM translations needed in my viewing...
Oops, wrong button push. I'm not sure if you want me to make the changes on my repo and re-push, or if you just want to adopt the code you...
> Guys, there are some reports that removing an update to "Google app for Android TV" should fix the problem. Please, give a feedback on this case. You are correct,...
Even if a timeout that kills a test isn't feasible, at the very least have it output a message that it's exceeding some maximum execution time so we know which...
> Which console runner? LongRunningTestSeconds should work in every runner, assuming you've also enabled DiagnosticMessages. If you're using `dotnet test`, it tries to hide all of our output by default,...