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

[iOS] Editor Placeholder misaligned vertically #585

Closed
hartez opened this issue Mar 24, 2021 · 2 comments · Fixed by #13140
Closed

[iOS] Editor Placeholder misaligned vertically #585

hartez opened this issue Mar 24, 2021 · 2 comments · Fixed by #13140
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 🍎 s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@hartez
Copy link
Contributor

hartez commented Mar 24, 2021

I notice the placeholder is a bit off center... However, this seems to be an exact copy from Forms so might be a bug there. Not sure if we need to fix that here. But if it is an easy fix then maybe?

image

Originally posted by @mattleibow in #573 (comment)

@Eilon Eilon added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Oct 12, 2021
@jsuarezruiz jsuarezruiz added platform/iOS 🍎 t/bug Something isn't working labels Oct 25, 2021
@hartez hartez self-assigned this Dec 29, 2021
@hartez hartez added this to the 6.0.200-preview.13 milestone Dec 29, 2021
@Redth Redth removed this from the 6.0.200-preview.13 milestone Jan 30, 2022
@kristinx0211 kristinx0211 added the s/verified Verified / Reproducible Issue ready for Engineering Triage label Feb 28, 2022
@kristinx0211
Copy link

kristinx0211 commented Feb 28, 2022

added a Editor can validate the same issue on iPhone 13 pro max 15.2.

@Redth Redth assigned mattleibow and unassigned hartez Mar 8, 2022
@Redth Redth added this to the 6.0.300 milestone Mar 22, 2022
@samhouts samhouts modified the milestones: 6.0.300, 6.0.300-servicing Apr 21, 2022
@mattleibow mattleibow removed their assignment Aug 3, 2022
@TorbenMichler
Copy link

To fix the position and probably the font size you could use:
EditorHandler.Mapper.AppendToMapping("PlainEditor", (handler, view) => { // relates to: https://github.com/dotnet/maui/issues/585 handler.PlatformView.Subviews.OfType<UILabel>().First().Font.WithSize((System.Runtime.InteropServices.NFloat)view.Font.Size); });

@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
@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 🍎 s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants