From 615c7ab64200997ddb12ff168554dd79d8dc3068 Mon Sep 17 00:00:00 2001 From: Satyen Desai Date: Wed, 27 Jul 2011 19:05:09 -0700 Subject: [PATCH] Cleaned up history verbage for ScrollView --- src/scrollview/HISTORY.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/scrollview/HISTORY.md b/src/scrollview/HISTORY.md index 2f88f32500f..fc68a284389 100644 --- a/src/scrollview/HISTORY.md +++ b/src/scrollview/HISTORY.md @@ -19,8 +19,12 @@ ScrollView (H/W acceleration related glitches or changing the set of browsers for which we attempt to force it). - * Created Scrollview-List plugin to add CSS Classnames to immediate
  • - elements on scrollview. + * Created Scrollview-List plugin to provide out-of-the-box handling of + List (LI) content inside horizontal and vertical ScrollViews. + + * Fixed incorrect scroll width/height calculations on Chrome 9+, FF + when syncUI() [ or _uiDimensionsChange() ] was called when the ScrollView + was scrolled over. 3.3.0 -----