summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23Revert "Fix build"Kangho Hur1-0/+1
This reverts commit 92d617d10278ecec2abccccb6ad6f3ac54b87c63.
2017-10-23rebase to tags/beta-2.3.5-pre1Kangho Hur1-0/+2
- this is base code of xamarin.forms 2.3.5-pre1 (https://github.com/xamarin/Xamarin.Forms/commit/fc778eb9789f50634d48fb9ad127f211b3fcfcc7)
2017-10-23Fix buildRui Marinho1-1/+0
2017-10-23Fix buildRui Marinho1-1/+0
2017-10-23Fix buildRui Marinho1-1/+0
2017-10-23Revert "Prototypical Cell Cache for IsEnabled testing; UITest" (#1156)kingces952-1037/+0
This reverts commit _52487.
2017-10-23Force the restart test to reset to the home screenE.Z. Hart1-1/+1
2017-10-23Prototypical Cell Cache for IsEnabled testing; UITest (#1153)kingces952-0/+1037
2017-10-23Fix context action/tap gesture conflict when tap gesture is on nested view ↵E.Z. Hart2-0/+128
(#1154)
2017-10-23Verify that the test is on screen before restartingE.Z. Hart1-3/+9
2017-10-23[Tests] Fix UITests that are failing on API 19 android (#1129)Rui Marinho4-15/+13
* [Tests] use back for picker tests on Android * [Tests] See if waiting fixes issues with failing uitest
2017-10-23Add test for RelativeLayoutE.Z. Hart1-1/+2
2017-10-23Add RelativeLayout to 44096 testsE.Z. Hart1-1/+21
2017-10-23Split up testE.Z. Hart1-57/+51
2017-10-23[MacOS] Fix bugzilla58779 (#1109)Roger Hardiman2-0/+68
* Add test for B58779 - DisplayActionSheet bug on MacOS When there are a large number of items in the list (eg 15) the list goes off the bottom of the Mac desktop * Add test for B58799 to project * Fix for B58799 If the list of buttons has a height > 400 then put the list in a NSScrollView * Fix whitespace for Bugzilla 58779 * Add vertical scrollbar * Set height of scrollview to 60% of the screen height
2017-10-18[Android] Prevent ObjectDisposedExceptions in ListViews with ↵Samantha Houts3-11/+115
Header/FooterTemplates (#1155) * Update repro to include header/footers with bound props * [Android] Clear renderers of ListView header/footers And don't call `RemoveAllViews`, because that causes the ObjectDisposedExceptions.
2017-10-18[Packages] Update UITest and consolidate packages (#1201)Rui Marinho2-3/+6
* [Packages] Update UITest and consolidate packages * [Controls] Remove old packages * [UITest] Try fix UITests iOS11 * [UITests] Use back instead of custom class
2017-10-18Do not attempt to clear data on app start (crashes on iOS 11)E.Z. Hart1-1/+1
2017-10-18fix-cpStephane Delcroix1-1/+0
2017-10-18Allow duplicate issue numbers per tracker (#1127)E.Z. Hart5-9/+12
2017-10-18[Controls] Fix cherry-pickRui Marinho1-4/+0
2017-10-18[UWP] Inherit from Panel on WrapperControl (#1204)Paul DiPietro2-0/+40
* [UWP] Inherit from Panel on WrapperControl * Fix typo
2017-10-16[Android] Handle rapid taps when only single-tap recognizer is present (#1188)E.Z. Hart4-0/+281
* Handle rapid tapping correctly * Remove failed optimization attempt for 2-pointer gestures
2017-10-13[UITest] Add preserve (#1105)Rui Marinho1-0/+3
2017-10-12[UITest] Fix uitest for elevationRui Marinho1-2/+4
2017-09-28Prevent Flags/IsInitialized check from crashing Android app on restart (#1151)E.Z. Hart2-0/+48
* Prevent Android app crashes on configuration restarts when flags are set * Update UI test * Fix typos * Don't prevent FastRenderers flag from being set
2017-09-26Revert "[UWP] Use ItemClick to re-enable use of enter key for selection on ↵Samantha Houts2-58/+0
ListView (#1133)" This reverts commit d1bf93be200b3d3c48d0d292bf455f444485d8f9.
2017-09-19Fix UI test for 58875 on AndroidSamantha Houts1-2/+2
2017-09-15[iOS] Can activate ContextActions on ListViews reliably again (#1144)Samantha Houts3-0/+113
* Add ContextActions test category * Add repro for 58875 * [iOS] Null check for the Delegate; clear the static WeakRef on dispose
2017-09-15[Android] Hide actionbar when MDP with NavigationPage with hidden ↵Rui Marinho2-0/+51
NavigationBar (#1120) * [ControlGallery] Add repo and test for Bugzilla27731 * [Android] Hide ActionBar if MDP with NavigationPage that hides the NavigationBar
2017-09-15[Android] Restore pinch gestures and fix listview item selection (#1135)E.Z. Hart14-12/+352
* Repro * Fail test if tap command is executed more than once. * Update error message * Handle context actions and taps without breaking selection * Fix 58833 test * Prevent InnerGestureListener from swallowing clicks and preventing selection * Repro for 57515 * Add gestures category to appropriate tests * Test notes * Restore the tap gesture handling * Better test name * Simplify InnerGestureListener constructor; handle OnDown only if listening * OnInterceptTouchEvent for IsEnabled handling * Fix incorrect class filter in TapGestureHandler * Restore MotionEventHelper * Add IsEnabled check on OnTouchEvent * Reinstate pinch gestures * Checkpoint (trying to figure out how to handle button elevation) * Rip out elevation ordering in DefaultRenderer * Working version of pinch-to-zoom test * Clean up lazy initializers, remove unnecessary members * One fewer Java.Lang.Object * Fix issue number; clean up notes and issue number changes * Remove conditional * Restore correct issue number * Automate all the options for 58833 test * Remove unnecessary automation ID * Formatting cleanup; reinstate gesture detector dispose checks * Updating Xamarin UI test version to avoid iOS crashes; update test to open iOS context actions * Attempting to get 58833 test running on all iOS versions
2017-09-15[UWP] Use ItemClick to re-enable use of enter key for selection on ListView ↵Paul DiPietro2-0/+58
(#1133)
2017-09-15Fix failing UI tests for Android FormsApplicationActivity (#1141)E.Z. Hart2-0/+20
* Fix broken test for 57910 when using FormsApplicationActivity * Fix NRE when removing a page during OnAppearing using FormsApplicationActivity * Update 45926 test to work correctly with FormsApplicationActivity * Update 32830 test so it doesn't crash on FormsApplicationActivity * Longer wait before refreshing appearing messages (to work with FormsApplicationActivity) * Fix input transparency issue with old FrameRenderer * Remove extraneous using directive * Just ignore test 32830 on FormsApplicationActivity * [Controls] Add missing directive
2017-09-15[UITests] Update packages, fix failing test (#1140)Rui Marinho1-2/+2
* [Nuget] Update UITest packages * [UITest] Fix failing tests by scrolling to results first * [PagesGallery] Remove iOS7 storyboard * Revert "[UITest] Fix failing tests by scrolling to results first" This reverts commit 54eba70cf04d155998c1436e1320e02984864bca. * [Controls] Move results labels on 51773 to the top
2017-09-14Revert PR #762 (#1134)Paul DiPietro2-39/+0
2017-09-14[Android] Fix NRE when page is being disposed (#1118)Rui Marinho2-0/+50
* [ControlGallery] Add test case for bugzilla 59097 * [Android] Fix NRE
2017-09-14[UWP] ListView ItemSelected event will fire only once on selection changed ↵Samantha Houts2-0/+91
(#1005) * Add repro for 44886 * [UWP] Fire ListItemClicked when Selection changes This will automatically set the value on the renderer and prevent the double event from firing. * Clean up repro * Update test case for delection scenario * [Core] Allow ListView item deselection * [UWP] Send events when item is deselected, too * Test works better when you DO something.
2017-08-29Fix NRE when removing multiple pages in NavigationPageRenderer (#1108)E.Z. Hart1-4/+11
* Update 53179 test to remove 2 pages; fix for NRE when removing two pages with Android Support 25+ * Add missing step to UI test
2017-08-15[Android] Eagerly dispose children of ListViews to prevent ObjectDisposed ↵Samantha Houts2-0/+168
exception (#1063) * Add repro for 57910 * [Android] Dispose cells explicitly * [Android] Add default constructors to prevent crash on dispose * [Android] Don't try to dispose headers and footers
2017-08-15[iOS] Prevent ListView HasUnevenRows crash when template w/container Element ↵Samantha Houts2-0/+141
is swapped (#1095) * Add repro for 58645 * [iOS] Check for null before clearing element renderer * [iOS] Remove unnecessary code renderer.SetElement(null); == descendant.ClearValue(Platform.RendererProperty); * [iOS] Clarify comment, use preferred method of clearing renderer from Element * How about we make the test work? Sounds like a good idea to me.
2017-08-15[Android] Fix missing shadow on Button fast renderer (#1034)Rui Marinho2-0/+44
* [Android] Fix missing shadow on Button fast renderer * [Android] Fix z index on Loplipop * [Android] Make sure we don't hit NRE when updating background * [Android] Fix possible NRE on BackgroundTracker * [Android] Remove elevation fix * [Android] Set elevation in Android Views if needed * [Android] Add UITest for button on fast renderes * [Controls] New test for elevation with fast renderer button
2017-08-15Avoid exception when removing a page from navigation during Appearing ↵E.Z. Hart2-0/+74
handler (#1094) * Theoretical repro * Repro * Remove unnecessary forced execution of pending transactions * Update issue data
2017-08-10Add check to avoid running AppCompat-specific tests on pre-AppCompatE.Z. Hart4-2/+25
Fix race conditions in tests running agaist FormsApplicationActivity
2017-08-10Add support for backcompat hint flags (#1074)E.Z. Hart1-0/+3
* Add support for backcompat hint flags * Making fast renderers internal and sealed while experimental
2017-08-10Repro 58406; apply effects to fast renderers on Android (#1077)E.Z. Hart6-4/+70
2017-07-26Add missing compiler directiveE.Z. Hart1-0/+2
2017-07-26Temporarily ignore intermittently failing testE.Z. Hart1-0/+1
2017-07-24when closing the Picker by tapping outside or hitting done, verify the ↵David Ortinau2-0/+31
source selection index matches the UI control. When it is in spin, the animation completes offscreen and the next time it opens you see the wrong row selected. (#1054)
2017-07-24Disallow scrolling in ScrollView when IsEnabled set to False (#1049)E.Z. Hart2-0/+139
* Repro and fix for iOS * Automated tests * Fix for Android * Update issue number * Alternate version of test which I hope will work on iOS 8 * trying yet another variation of the test which will hopefully work on iOS 8
2017-07-24[core] Prevent canonicalization of '*.[.]' and '-0' (#1035)kingces952-0/+184