maui
maui copied to clipboard
[iOS] Readonly Editor - Scrolling fix
Description of Change
Setting UserinteractionEnabled to false prevents the editor from scrolling, so I replaced it with changing the value of Editable based on the IsReadOnly property
Issues Fixed
Fixes https://github.com/dotnet/maui/issues/19500
Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.
@jsuarezruiz I added a new commit
/azp run MAUI-UITests-public
Azure Pipelines successfully started running 1 pipeline(s).
/azp run MAUI-UITests-public
Azure Pipelines successfully started running 1 pipeline(s).
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
The test EditorIsReadOnlyPreventModify is now failing because the zone marked in red, is appearing now.
Is the Done Button:
I think this is related with https://github.com/dotnet/maui/issues/22286
The test EditorIsReadOnlyPreventModify is now failing because the zone marked in red, is appearing now.
Is the Done Button:
I think this is related with #22286
Yea, I agree. So should we wait till this PR: https://github.com/dotnet/maui/pull/22394 gets merged?
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
Is the Done Button: 