You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/12/13 07:03:32 UTC

git commit: [flex-sdk] [refs/heads/release4.14.0] - Added missing bug fixes and contributors (work in progress)

Repository: flex-sdk
Updated Branches:
  refs/heads/release4.14.0 173b2db82 -> e281efe6a


Added missing bug fixes and contributors (work in progress)


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/e281efe6
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/e281efe6
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/e281efe6

Branch: refs/heads/release4.14.0
Commit: e281efe6abaf3dbd350e5f8d9795343adaa26f85
Parents: 173b2db
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Dec 13 17:03:20 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Dec 13 17:03:20 2014 +1100

----------------------------------------------------------------------
 CONTRIBUTORS  |  12 +++--
 RELEASE_NOTES | 134 ++++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 104 insertions(+), 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/e281efe6/CONTRIBUTORS
----------------------------------------------------------------------
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 80958c3..488fd94 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -3,10 +3,14 @@ support to the Apache Flex SDK.
 
 Apache Flex SDK 4.14.0
 ----------------------
-Aaron Nash, After24, Alex Harui, Chris Martin, Curtis Aube, Darrell Loverin, 
-Erik de Bruin, Frédéric Thomas, Gareth Daniel Smith, Justin Mclean, Lee Burrows,
-Mahmoud Ali, Marcus Wilkinson, Mark Kessler, Mihai Chira, Neil Madsen, 
-OmPrakash Muppirala, Tom Chiverton, Vitaliy Parfenov
+Aaron Nash, After24, Alan Holden, Alex Harui, Alexander Konovalov, Alexander Mazuruk, Alexander Scheibe,
+Andrey Gorbatov, Ben Wagler, Benjamin Ludwig, Bi Jane Jia, Chris Martin, Colin Childs, Curtis Aube, Dave Keen,
+David Harrburger, Darrell Loverin, Dimitri Kara, Doug Pierce, Erik de Bruin, Fabiano Citrone,
+Franklyn de Quadros, Frédéric Thomas, Gareth Daniel Smith, J. Terry Corbet, Jeff Spicer, Josh Weinberg,
+Jorn Nolles, Justin Mclean, Keith Lee, Kevin Lam, Lee Burrows, Mahmoud Ali, Marcus Wilkinson, Mark Saunders,
+Mara Cou, Mark Kessler, Mike Crank, Mihai Chira, Nils Berghs, Neil Madsen, OmPrakash Muppirala, Ori Segal,
+Paul Hastings, Pol Poggi, Tamás Nepusz, Tom Chiverton, Tristan, Peter Volf, Santanu Karar, Stefan Overkamp,
+Shigeru Nakagaki, Sunny Tambi, Sword Dragon, Vincent Spallek, Vitaliy Parfenov
 
 Apache Flex SDK 4.13.0
 ----------------------

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/e281efe6/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 9e1d765..355259d 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -11,20 +11,28 @@ New Features
 
 AIR and Flash Player Support
 ----------------------------
-- Support Flash Player 15.0
-- Support for AIR 15.0
+- Support Flash Player 15.0 and 16.0 beta
+- Support for AIR 15.0 and 16.0 beta
 
 Bug Fixes
 ---------
-FLEX-34649  (partial) Fatal errors in TextBlock after pasting text of specific 
-            length in TextArea
-FLEX-34507  expected build.xml file missing from Linux binary tarball 
-            apache-flex-sdk-4.13.0-bin.tar.gz
+FLEX-34649  (partial) Fatal errors in TextBlock after pasting text of specific length in TextArea
+FLEX-34636	Release build does not work as described in README on OS X
+FLEX-34634	DataGroup fires RendererExistenceEvent with a null renderer when an offscreen item is removed/replaced in the dataProvider
+FLEX-34507  expected build.xml file missing from Linux binary tarball apache-flex-sdk-4.13.0-bin.tar.gz
+FLEX-34633	HSlider track (Android4 skin) not being filled if thumb position set programmatically
+FLEX-34626	Flash Builder 4.5 premium license is not getting recognize by automation SWCs
 FLEX-34336  Strange Trace Statements When Debugging
 FLEX-34631  Cannot add source paths to a mustella test using a config file
 FLEX-34644  Datagrid - Rectangle bounds problem
-FLEX-34454  Setting modalTransparencyBlur to 0 gives blur when Alert ist shown
-            on top of modal Dialog
+FLEX-34611	Application crash when textFlow property set to null with preserveSelection
+FLEX-34592	Can't use optionnal importer for TLF plainTextFormat and TextLayoutFormat
+FLEX-34556  Starting an app in portrait on an iPad results in wrong DPI
+FLEX-34543  Invalid event data when saving or cancelling grid item editor session after data provider changes
+FLEX-34539	Callout skin assumes top level application is s:Application
+FLEX-34531	mx.charts.series.HLOCSeries excluding a style being used in example
+FLEX-34507	expected build.xml file missing from Linux binary tarball apache-flex-sdk-4.13.0-bin.tar.gz
+FLEX-34454  Setting modalTransparencyBlur to 0 gives blur when Alert ist shown on top of modal Dialog
 FLEX-34373  spark.components.Alert should set a focus to defaultButton
 FLEX-34557  Platform.isBrowser does not work correctly
 FLEX-34213  Flex mobile list performance
@@ -32,47 +40,97 @@ FLEX-34531  mx.charts.series.HLOCSeries excluding a style being used in example
 FLEX-34476  Added RichTextEditor
 FLEX-34323  Allow the mustella tests directory to be located anywhere
 FLEX-34460  adt is missing in windows install
-FLEX-34633  HSlider track (Android4 skin) not being filled if thumb position set
-            programmatically
-FLEX-34457  in one case, text selection using the arrow keys doesn't work in
-            RichEditableText
-FLEX-34634  DataGroup fires RendererExistenceEvent with a null renderer when an
-            offscreen item is removed/replaced in the dataProvider
+FLEX-34458	HierarchicalCollectionViewCursor.current returns wrong item after previous sibling is removed when current was "${L}" (CursorBookmark.LAST)
+FLEX-34457	in one case, text selection using the arrow keys doesn't work in RichEditableText
+FLEX-34456	HierarchicalCollectionViewCursors interfere with each other's operation
+FLEX-34454	Setting modalTransparencyBlur to 0 gives blur when Alert ist shown on top of modal Dialog
+FLEX-34450	mx.validators.EmailValidator does not accept ".email" domain
+FLEX-34633  HSlider track (Android4 skin) not being filled if thumb position set in one case, text selection using the arrow keys doesn't work in RichEditableText
+FLEX-34634  DataGroup fires RendererExistenceEvent with a null renderer when an offscreen item is removed/replaced in the dataProvider
 FLEX-34636  Release build does not work as described in README on OS X
-FLEX-34543  Invalid event data when saving or cancelling grid item editor
-            session after data provider changes
+FLEX-34543  Invalid event data when saving or cancelling grid item editor session after data provider changes
 FLEX-28291  Linear Vector Layout on the ComboBox
 FLEX-34212  invalidIndex RTE in LinearLayoutVector when mouse scrolling List
 FLEX-34608  IOS 7 Hslider (Scrubber) skin
-FLEX-34611  Application crash when textFlow property set to null with
-            preserveSelection
+FLEX-34611  Application crash when textFlow property set to null with preserveSelection
 FLEX-34606  Redundant variable
-FLEX-34592  Can't use optionnal importer for TLF plainTextFormat and
-            TextLayoutFormat
+FLEX-34592  Can't use optionnal importer for TLF plainTextFormat and TextLayoutFormat
 FLEX-34390  SkinnableTextBase bug (found in Flex 4.13.0 RC2)
 FLEX-34538  Spark Alert component does not add proper padding
 FLEX-34539  Callout skin assumes top level application is s:Application
 FLEX-34556  Starting an app in portrait on an iPad results in wrong DPI
-FLEX-34318  [Mavenizer] Refactor the Mavenizer in preparation of future
-            mavenized releases of flex
-FLEX-34458  HierarchicalCollectionViewCursor.current returns wrong item after
-            previous sibling is removed when current was "${L}"
-            (CursorBookmark.LAST)
+FLEX-34318  [Mavenizer] Refactor the Mavenizer in preparation of future mavenized releases of flex
+FLEX-34458  HierarchicalCollectionViewCursor.current returns wrong item after previous sibling is removed when current was "${L}" (CursorBookmark.LAST)
+FLEX-34424	HierarchicalCollectionViewCursor.current returns null when previous sibling is removed
+FLEX-34403	Right arrow never works when text selected in TextInput
 FLEX-34385  Document try..catch limitation
-FLEX-34119  mx.collections.HierarchicalCollectionViewCursor causes CursorError
-            RTE from ListCollectionView when the underlying collections change
-FLEX-32541  sortable ou sortableColumns = false still shows box of sorting and 
-            sortItemRenderer = null throws error
+FLEX-34378	mx:DateValidator allows multiple separator chars
+FLEX-34376	TreeItemRenderer can in some situations throw an RTE
+FLEX-34375	FormItem label doesn't show when formItem visible and includeInLayout are set dynamically
+FLEX-34368	percentWidth for GridColumn
+FLEX-34356	SpinnerList Mobile Android4 skin
+FLEX-34353	Focus not going into Flex application when user press the Shfit + Tab button
+FLEX-34336	Strange Trace Statements When Debugging
+FLEX-34315	Building framework 4.12.1 manually does not work due to OSMF uppercase renaming
+FLEX-34285	removeItem in XMLListAdapter is calling removeItemAt as an array instead of a method
+FLEX-34260	s:datagrid cacheAsBitmap caches an itemRenderer for every item in the dataProvider
+FLEX-34247	Performance with TextArea using TLF
+FLEX-34231	StageText displays wrong text
+FLEX-34230	StageText skins prevents garbage collection of component with TextInputs and TextAreas
+FLEX-34229	DataGridEditor doesn't remove the Event.DEACTIVATE listener on destroyItemEditor()
+FLEX-34228	spark datagrid syntax
+FLEX-34219	Tooltip displays in a wrong tag
+FLEX-34216	GridItemEditor's save() method is still called despite the grid not being on stage anymore
+FLEX-34212	invalidIndex RTE in LinearLayoutVector when mouse scrolling List
+FLEX-34119  mx.collections.HierarchicalCollectionViewCursor causes CursorError RTE from ListCollectionView when the underlying collections change
+FLEX-34209	DateFormatter's parseDateTime method doesn't handle AM PM properly when time is in the 12 PM hour
+FLEX-34200	ResourceModuleProxy doesn't load properly
+FLEX-34193	Bugs from Spark ColorPicker
+FLEX-34171	TLF problems deleting Hebrew
+FLEX-34145	Mobile Theme: TextInput with layoutDirection="rtl" becomes mirror on focus out.
+FLEX-34142	MobileGridColumn headerStyleName property has no effect
+FLEX-34141	TextInput does not trigger SoftkeyboardActivate events
+FLEX-34133	ADG RTE in columnHeaderWordWrap
+FLEX-34132	DataGrid columns with no dataField specified gives "[object Object]"
+FLEX-34131	ResourceManagerImpl bug fix fails
+FLEX-34124	1069 error when try to close a Callout by clicking outside the component
+FLEX-34119	mx.collections.HierarchicalCollectionViewCursor causes CursorError RTE from ListCollectionView when the underlying collections change
+FLEX-34108	JSON.stringify and arraycollection
+FLEX-34107	IconItemRenderer separators disappear when using a large font
+FLEX-34104	fontswf utility fails with exception
+FLEX-34101	Regression from 4.8 to 4.10: Spark list doesn't refresh with filterFunction
+FLEX-34098	Deleteing/Replacing Surrogate-Pair string causes RTE in TLF
+FLEX-34090	1502 RTE timeout when laying out text
+FLEX-34088	CalloutButton with Dropdown
+FLEX-34084	Error with PopupButton/Menu in headerrenderer in DataGrid
+FLEX-34078	mx:DateField and datechange
+FLEX-34065	AdvancedDataGrid throws RTE #1009 when groupedColumns is set to null
+FLEX-34059	StageTextInput with prompt turns entered text gray on iOS 7
+FLEX-34057	RTE on pasting empty data after Excel operation
+FLEX-34052	ADG RTE in columnResizeMouseOverHandler
+FLEX-34051	RTE in endEdit() when clicking at bottom of column
+FLEX-34038	experimental MobileGrid seems to overflow itself & leak out into any components below it
+FLEX-34034	You can paste a newline code to a single-line TextInput.
+FLEX-34020	Null object reference when truncating RichText
+FLEX-34019	ComboBox not closed when selecting an item from the dropdown list under certain conditions
+FLEX-34016	mx DateChooser freezes on any input when rendered in modal popup
+FLEX-34013	RTE at TextClipboard#importToScrap()
+FLEX-34011	Axis Render throws RTE when axis is null
+FLEX-34006	RTE null object reference in ViewTransitionBase.captureEndValues() when Skin does not provide an ActionBar
+FLEX-33999	spark.skins.mobile480.assets.BeveledActionButton_
+FLEX-33992	Zero division at Grid.as setters for horizontalScrollPosition and verticalScrollPosition
+FLEX-33990	RTE in AdvancedDataGridBase drawItem
+FLEX-33989	ViewNavigatorBase discards MultiDPIBitmapSource information for icon when saving and re-loading view data
+FLEX-33986	Validator, make "source" property [Bindable]
+FLEX-33985	[TLF] Pressing BACKSPACE key when editing a TextInput deletes a whole line
+FLEX-33983	mxmlc -version shows the wrong version
+FLEX-33971	480 DPI Display bug with Mobile CheckBox
+FLEX-32541  sortable ou sortableColumns = false still shows box of sorting and sortItemRenderer = null throws error
 FLEX-33732  Mobile theme support Android 4.x look and feel
-FLEX-34424  HierarchicalCollectionViewCursor.current returns null when previous 
-            sibling is removed
-FLEX-34456  HierarchicalCollectionViewCursors interfere with each other's 
-            operation
-FLEX-33054  Cursor Seek in HierarchicalCollectionViewCursor operates on wrong 
-            child level
-FLEX-34440  'Bookmark no longer valid' CursorError caused by 
-            HierarchicalCollectionView's conversion of 
-            CollectionEventKind.REPLACE into CollectionEventKind.REMOVE
+FLEX-34424  HierarchicalCollectionViewCursor.current returns null when previous sibling is removed
+FLEX-34456  HierarchicalCollectionViewCursors interfere with each other's operation
+FLEX-33054  Cursor Seek in HierarchicalCollectionViewCursor operates on wrong child level
+FLEX-34440  'Bookmark no longer valid' CursorError caused by HierarchicalCollectionView's conversion of CollectionEventKind.REPLACE into CollectionEventKind.REMOVE
 FLEX-34034  You can paste a newline code to a single-line TextInput.
 FLEX-34450  mx.validators.EmailValidator does not accept ".email" domain
 FLEX-34378  mx:DateValidator allows multiple separator chars