[go: nahoru, domu]

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

[WASM] It is no longer possible see selected TextBox content #14806

Closed
MartinZikmund opened this issue Dec 12, 2023 · 12 comments
Closed

[WASM] It is no longer possible see selected TextBox content #14806

MartinZikmund opened this issue Dec 12, 2023 · 12 comments
Assignees
Labels
difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers kind/regression Something was working, now it isn't platform/wasm 🌐 Categorizes an issue or PR as relevant to the WebAssembly platform project/input ⌨️ Categorizes an issue or PR as relevant to input (Button, CheckBox, Toggle, Scroll, Map, Numeric,...) project/pointers 🖱️ Categorizes an issue or PR as relevant to mouse/touch/pen pointers project/text 🔤 Categorizes an issue or PR as relevant to text (TextBox, PasswordBox, TextBlock, Fonts, …)

Comments

@MartinZikmund
Copy link
Member

Current behavior

It seems the selection highlight is not functional in WASM:

selection

It seems that the highlight itself is invisible and hence it is not possible to see which part of the text is selected. But the selection does happen still.

Expected behavior

Should work correctly.

How to reproduce it (as minimally and precisely as possible)

No response

Workaround

No response

Works on UWP/WinUI

Yes

Environment

Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia, Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia

NuGet package version(s)

No response

Affected platforms

WebAssembly

IDE

Visual Studio 2022

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

@MartinZikmund MartinZikmund added kind/bug Something isn't working project/input ⌨️ Categorizes an issue or PR as relevant to input (Button, CheckBox, Toggle, Scroll, Map, Numeric,...) project/text 🔤 Categorizes an issue or PR as relevant to text (TextBox, PasswordBox, TextBlock, Fonts, …) difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers labels Dec 12, 2023
@jeromelaban
Copy link
Member

@MartinZikmund is this in firefox?

@jeromelaban
Copy link
Member

Maybe related to #14132 ? This was merged yesterday. @Youssef1313

@Youssef1313
Copy link
Member

Maybe could be related.

@Youssef1313 Youssef1313 added kind/regression Something was working, now it isn't project/pointers 🖱️ Categorizes an issue or PR as relevant to mouse/touch/pen pointers platform/wasm 🌐 Categorizes an issue or PR as relevant to the WebAssembly platform and removed kind/bug Something isn't working labels Dec 12, 2023
@MartinZikmund
Copy link
Member Author

Retested in different browser, and it works. Apparently it is a bug in my Edge version! 😅

@Youssef1313
Copy link
Member

@MartinZikmund Nice Edge bug timing with the recent change #14132 😄

@jeromelaban
Copy link
Member

This is failing for me on the latest edge dev, I'll test the canary to see if it's there as well.

@jeromelaban
Copy link
Member

It's broken in Edge Canary (121.0.2275.0), Chrome Canary (122.0.6182.0)

@jeromelaban jeromelaban reopened this Dec 13, 2023
@Youssef1313
Copy link
Member

Doesn't repro in Edge 120.0.2210.61 (Official build) (64-bit) 👀

@jeromelaban
Copy link
Member

@jeromelaban
Copy link
Member

Related to w3c/csswg-drafts#6641 as well.

@jeromelaban
Copy link
Member

Per this comment, the chromium change has been moved back to experimental flags. Verified working in Chrome Canary 122.0.62000.0.

@MartinZikmund
Copy link
Member Author

https://github.com/orgs/community/discussions/50295#discussioncomment-5574958 just more information I found, weird one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers kind/regression Something was working, now it isn't platform/wasm 🌐 Categorizes an issue or PR as relevant to the WebAssembly platform project/input ⌨️ Categorizes an issue or PR as relevant to input (Button, CheckBox, Toggle, Scroll, Map, Numeric,...) project/pointers 🖱️ Categorizes an issue or PR as relevant to mouse/touch/pen pointers project/text 🔤 Categorizes an issue or PR as relevant to text (TextBox, PasswordBox, TextBlock, Fonts, …)
Projects
None yet
Development

No branches or pull requests

4 participants