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

Entry control ClearButtonVisibility="WhileEditing" tap location moves #12192

Closed
ideasdeployed opened this issue Dec 18, 2022 · 2 comments
Closed
Labels
Milestone

Comments

@ideasdeployed
Copy link

ideasdeployed commented Dec 18, 2022

Description

If you have a Entry control inside another container (Frame or Grid, ect...) if you change the WidthRequest in either the Entry or any of the outer container, the Tap location for the ClearButtonVisibilyt moves to left, but the "X" stays in place. It actually moves approximately the same width to the left set by the WidthRequest in either of the containers.

<Grid RowDefinitions="*" ColumnDefinitions="*"              
	Padding="12,2,12,2" WidthRequest="300">
	<Frame Grid.Column="0" Padding="0">
		<VerticalStackLayout Padding="14,0">
			<Entry Placeholder="Address"                   
				ClearButtonVisibility="WhileEditing"/>
		</VerticalStackLayout>
	</Frame>
</Grid>

Steps to Reproduce

If you have a Entry control inside another container (Frame or Grid, ect...) if you change the WidthRequest in either the Entry or any of the outer container, the Tap location for the ClearButtonVisibilyt moves to left, but the "X" stays in place. It actually moves approximately the same width to the left set by the WidthRequest in either of the containers.

Link to public reproduction project repository

https://github.com/ideasdeployed/BugReport

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 11 and up.

Did you find any workaround?

Not yet.

Relevant log output

No response

@ideasdeployed ideasdeployed added the t/bug Something isn't working label Dec 18, 2022
@ghost ghost added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Dec 19, 2022
@jsuarezruiz jsuarezruiz added this to the Backlog milestone Dec 19, 2022
@ghost
Copy link

ghost commented Dec 19, 2022

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.

@hartez
Copy link
Contributor

hartez commented Jan 20, 2023

This is fixed by #12753.

@hartez hartez closed this as completed Jan 20, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Feb 20, 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
Projects
None yet
Development

No branches or pull requests

4 participants