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

fix: Once set cursor position of active TextField not changable #20440

Closed
Ciwo-K opened this issue Oct 28, 2021 · 6 comments · Fixed by #20445
Closed

fix: Once set cursor position of active TextField not changable #20440

Ciwo-K opened this issue Oct 28, 2021 · 6 comments · Fixed by #20445
Assignees
Labels

Comments

@Ciwo-K
Copy link

Ciwo-K commented Oct 28, 2021

🐛 Bug Report

It is not possible to change the set cursor position of an active TextField with the mouse.

💻 Repro or Code Sample

<FluentTextField></FluentTextField>

🤔 Expected Behavior

You should be able to select a new cursor position (with the mouse).

😯 Current Behavior

Open blazor-fast -> FluentUIServerSample page -> navigate to webcomponents -> Text Field -> input sample text "abcdefghijkl" then click inside the text and try to change to a new cursor position.

image

🌍 Your Environment

Windows 10, Chrome (version 95.0.4638.54), fast-blazor (0.4)

@EisenbergEffect
Copy link
Contributor

@chrisdholt Looks like a bug in the components themselves. The issue repro's in the docs here https://docs.microsoft.com/en-us/fluent-ui/web-components/components/text-field @nicholasrice Could this have something to do with the current-value work?

@EisenbergEffect
Copy link
Contributor

Issue also exists on text-area and number-field.

@EisenbergEffect
Copy link
Contributor

Issue does not exists on combo-box. Is it possible that something is blocking the mouse interactions?

@EisenbergEffect
Copy link
Contributor

Moving this to the fast monorepo where it can be addressed in the core components.

@EisenbergEffect EisenbergEffect transferred this issue from microsoft/fluentui-blazor Nov 1, 2021
@EisenbergEffect
Copy link
Contributor

@chrisdholt A potential significant issue that needs looking into probably pretty quick.

@chrisdholt
Copy link
Member

@chrisdholt A potential significant issue that needs looking into probably pretty quick.

I see what this is, but I'm going to move it to the Fluent Repo and we'll fix there.

@chrisdholt chrisdholt transferred this issue from microsoft/fast Nov 1, 2021
@chrisdholt chrisdholt assigned chrisdholt and unassigned khmakoto Nov 1, 2021
@msft-fluent-ui-bot msft-fluent-ui-bot added Status: Fixed Fixed in some PR and removed Status: In PR labels Nov 2, 2021
@microsoft microsoft locked as resolved and limited conversation to collaborators Dec 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants