Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editors not scrollable on iOS/Catalyst #12485

Closed
tj-devel709 opened this issue Jan 6, 2023 · 3 comments · Fixed by #13234
Closed

Editors not scrollable on iOS/Catalyst #12485

tj-devel709 opened this issue Jan 6, 2023 · 3 comments · Fixed by #13234
Assignees
Labels
area-controls-editor Editor area-controls-entry Entry fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! platform/iOS 🍎 platform/macOS 🍏 macOS / Mac Catalyst t/bug Something isn't working
Milestone

Comments

@tj-devel709
Copy link
Member

tj-devel709 commented Jan 6, 2023

Description

When using an editor control on iOS (simulator and device) or MacCatalyst, the editor content is not scrollable.
The scroll bar appears on the right side of the editor, but it does not allow you to scroll.

On iOS, the editor is derived from the UITextView class and it appears that the UITextView's base class UIScrollView has the ScrollEnabled == true so something else must be going on.

The issue also occurs on .NET 6 Maui project for iOS and Catalyst.

The editor worked correctly on Android. It also worked as expected on iOS when adding the UITextView through Xcode and on iOS through Xamarin Forms.

Steps to Reproduce

  1. Create a new Maui App
  2. Add an editor control
  3. Deploy to an iOS device/sim
  4. Add multiple lines of text to the editor
  5. Try to scroll up and down

Link to public reproduction project repository

https://github.com/tj-devel709/MauiEditorBug

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

iOS, macOS

Affected platform versions

iOS 16.1

Did you find any workaround?

No workarounds found

Relevant log output

No response

@tj-devel709 tj-devel709 added t/bug Something isn't working platform/macOS 🍏 macOS / Mac Catalyst platform/iOS 🍎 area-controls-entry Entry labels Jan 6, 2023
@tj-devel709 tj-devel709 changed the title Editors not scrollable on iOS Editors not scrollable on iOS/Catalyst Jan 6, 2023
@ghost ghost added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Jan 6, 2023
@ShadowOfPhantom
Copy link

Same here

@jsuarezruiz jsuarezruiz added this to the Backlog milestone Jan 9, 2023
@ghost
Copy link

ghost commented Jan 9, 2023

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@tj-devel709
Copy link
Member Author

Edit: scrolling works on iOS through Xamarin.Forms! Reflected in the original issue description.

@rmarinho rmarinho self-assigned this Feb 9, 2023
@rmarinho rmarinho moved this from Todo to In Progress in MAUI SDK Ongoing Feb 10, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in MAUI SDK Ongoing Feb 16, 2023
@samhouts samhouts added the fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! label Feb 22, 2023
@samhouts samhouts modified the milestones: Backlog, 8.0-preview1 Feb 22, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Mar 24, 2023
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-editor Editor area-controls-entry Entry fixed-in-8.0.0-preview.1.7762 Look for this fix in 8.0.0-preview.1.7762! platform/iOS 🍎 platform/macOS 🍏 macOS / Mac Catalyst t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants