f37eba8df00178674b71ee8f87bc2f6baad3afd4 |
|
31-Jan-2012 |
Derek Gathright <drgath@gmail.com> |
Updated History docs for 3.5.0pr2 |
673d3de9a184f19cf3a74e0172dd78ba3612ce8d |
|
15-Oct-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Allow scrollbars to work with non-px width scrollviews. Remove extra value from _pgOff array |
d592e9155bb1ceb2b977abd5008e7474b214a2b2 |
|
26-Sep-2011 |
Eric Ferraiuolo <eferraiuolo@gmail.com> |
Updated HISTORY.md files to have unified title headings.
Some HISTORY.md files had incorrect title headings, so these changes fix
the incorrect ones and unify their format: "[Component] Change History". |
27d03bec5e86257829ba6abd01f608e6fdf63a28 |
|
21-Sep-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Changed scrollview-list to listen for render, instead of renderUI,
and invoke syncUI once it's done applying it's classes.
The call to render calls syncUI, and establishes a 'vert'/'horiz' class
marker, which scrollview-list keys off of, to add padding etc. This changes
the dimensions again, and hence the need to call syncUI again.
Fixes #2531122
NOTE: Removed workaround from src/common/tests/manual/skins.html. Shouldn't
be required after this fix is in. |
9d8a1e46eef4d2ba1724d3656501d1ed2b68ab1b |
|
14-Sep-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Added disabled support, and manual tests. Need to move to unit. Fixes #2530062 |
ff7b46d386224e319d38f1c91f352dd762b110ab |
|
10-Sep-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Fixed scrollbar racing ahead of scroll position on FF 5+, with native transitions. Fixes #2530902 |
aa1e03f2af02ffea69e75323bf4fff95cbf736c5 |
|
09-Sep-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Fixed issue with translate impacting scroll dimension calculations on Chrome 9+,
and now also Safari 5 - For real this time. Fixes #2530530.
translateZ applied for hw accel, was preventing the 3.4.0 fix from working,
and incorrect fallback for dimensions (added as a quick patch) was masking the
incorrect scrollWidth calculations. |
9220b67634d9c9872485e6a84bd8de8dd3d7507b |
|
02-Aug-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Fallback to using larger of bb.scrollWidth/Height or cb.scrollWidth/Height
to account for FF (which clips cb.scrollWidth due to bb overflow:hidden) and
Chrome (which clips bb.scrollWidth, when translated).
Fixes #2530530
Tested examples and manual scrollview-chrome-transform.html on
FF5, Chrome 12 (Win and MacOS), IE8 and Mobile Safari on the IPad. |
c32ac843533f2b40173501ca749de5d972f101c4 |
|
02-Aug-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Attempt to prevent incorrect scrollHeight calculations, due to post render syncUI call (see f10a402d) in IE8. Fixes #2530588 |
615c7ab64200997ddb12ff168554dd79d8dc3068 |
|
28-Jul-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Cleaned up history verbage for ScrollView |
91b3f79e2c68dad6a2763d46c5ff70eecf32b550 |
|
13-Jul-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
ScrollView README -> README.md + HISTORY.md |