Question
[svn:fx-trunk] 5310: Flex SDK Bug Fix
Revision: 5310
Author: jszeto@adobe.com
Date: 2009-03-13 15:10:52 -0700 (Fri, 13 Mar 2009)
Log Message:
-----------
Flex SDK Bug Fix
SDK-19845 Straight-line paths do not seem to render properly.
The Path was not protecting against zero value width or height when drawing the segments.
Fixed bug in FxSpinner where all keyboard events were not bubbling. Instead, what we want is for the UP/DOWN/HOME/END keyDown events to not bubble.
Updated function name in FxSlider to follow event handler function naming convention.
QE Notes: Add tests for vertical or horizontal line Paths
Doc Notes: n/a
Bugs: SDK-19845
Reviewer: Evtim
Ticket Links:
------------
http://bugs.adobe.com/jira/browse/SDK-19845
http://bugs.adobe.com/jira/browse/SDK-19845
Modified Paths:
--------------
flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxSpinner.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxSlider.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Path.as
Author: jszeto@adobe.com
Date: 2009-03-13 15:10:52 -0700 (Fri, 13 Mar 2009)
Log Message:
-----------
Flex SDK Bug Fix
SDK-19845 Straight-line paths do not seem to render properly.
The Path was not protecting against zero value width or height when drawing the segments.
Fixed bug in FxSpinner where all keyboard events were not bubbling. Instead, what we want is for the UP/DOWN/HOME/END keyDown events to not bubble.
Updated function name in FxSlider to follow event handler function naming convention.
QE Notes: Add tests for vertical or horizontal line Paths
Doc Notes: n/a
Bugs: SDK-19845
Reviewer: Evtim
Ticket Links:
------------
http://bugs.adobe.com/jira/browse/SDK-19845
http://bugs.adobe.com/jira/browse/SDK-19845
Modified Paths:
--------------
flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxSpinner.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxSlider.as
flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Path.as
