History log of /yui3/src/scrollview/tests/manual/svtestbed.html
Revision Date Author Comments Expand
ea9d934cb7e379c8bb93c95c66219c403f6eeb30 15-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

One more shot at making scrollWidth/Height calculations more robust in the presence of translation + h/w acceleration in Webkit environments, by moving offsetHeight/Width retrieval into the non h/w accelerated region. Found that even if we disable h/w accel on the ScrolView on which we're trying to calculate scrollWidth/Height (aa1e03f2), if it's downstream in terms of document flow from another part of the page which is h/w accelerated calculations are still thrown off. Moving offsetHeight/Width retrieval into the non-h/w accelerated section of code seems to fix this (not sure how, but I have some theories). There is a h/w acceleration bug for Webkit in here somewhere. See #2530530 and aa1e03f2 Also added a combined manual scrollview test bed, to replace the older manual tests.

03f6549a37d5e5e66d82029017e7482b1d0f0154 14-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

More switches in the test bed

0e8e408d4c403319217b987af64a10b134a6e4a4 14-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

Fixed path to yui.js in test

9d8a1e46eef4d2ba1724d3656501d1ed2b68ab1b 14-Sep-2011 Satyen Desai <sdesai@yahoo-inc.com>

Added disabled support, and manual tests. Need to move to unit. Fixes #2530062