-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Conversation
e6eb223
to
85f2e17
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the android UI tests look like they failed
85f2e17
to
d303012
Compare
d876e80
to
66e3d0e
Compare
this is my listview item template . i monitored that page but it doesnt help:( |
@jingliancui i realized that when i put CachingStrategy="RecycleElement" this bug shows on scrolling . but now i erase the CachingStrategy property it solved my issue . but whats the solution ? i need CachingStrategy =RecycleElement |
@jingliancui The question was intended for the Forms team :) |
@PouryaNoufallah96 You could try using a nightly build by setting your Nuget package source to |
Could you please confirm whether this fix would be included in any of the upcoming Xamarin.Forms releases ? It is required to resolve all the ListView related issues in Android. |
even the search handlers item templates has this issue on scrooling :( |
@marunprasadbe13 there are already tags for the next service releases. Seems like the relevant commits are included. |
@hartez @PureWeen I just updated to 4.3.0.971-nightly. It fixes my ListView display issues, but ListView scrolling on Android is broken. I have to swipe up and down several times before scrolling can begin (happens 50% of the cases). I'm not sure if the issue is related to this PR. Edit: Looks like this has to do with the addition of nested scrolling as described here. |
@adrianknight89 Yea we'll have that one fixed soon. My other thought was that perhaps you were hitting this issue on the nightly We're seeing a few of our UI tests locking up right now from that which we'll have resolved here soon |
@samhouts: any idea which release versions will see these fixes? Thanks. |
@mfeingol I installed 4.1.0.618606 and it solved my issues |
@morphinapg: thanks! That version does seem to have fixed my issues on Android. |
#6889 |
this bug still not fix in 4.2.0 |
In 4.2.0, a As a workaround until this is fixed, the From:
To
|
Any news on that? having same issues here with XF4.0 or XF4.1 |
I just updated to XF4.3.0.778476-pre1 and apparently this solved the problem... no problems until now |
this bug still not fix in XF4.3.0.778476-pre3 |
After upgrading XF to 4.3.0 and replacing listivew with colletionView, the problem continues |
This PR seems have to introduced a new issue on Android Editor, where if the Editor lives inside a ScrollView, on first load of Editor we can't select the words to be able to copy/paste/select all text. If we flip device orientation, it fixes the issue. Tried reverting commit locally and re-published a package and that fixed the issue. |
Description of Change
Refactoring fixes layouts
Issues Resolved
API Changes
None
Platforms Affected
Behavioral/Visual Changes
None
Before/After Screenshots
ListView display glitches
Before
#6355 http://recordit.co/QBMYFWyF0R
After
#6355 http://recordit.co/VBa2CAtHJt
Issue #6439 http://recordit.co/jNVIM4wkGd
Testing Procedure
Fast Renderers and Legacy Renderers
PR Checklist