-
Notifications
You must be signed in to change notification settings - Fork 729
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
feat(textbox): skia textbox implementation #13901
Merged
jeromelaban
merged 25 commits into
unoplatform:master
from
ramezgerges:skia_textbox_impl
Nov 8, 2023
Merged
feat(textbox): skia textbox implementation #13901
jeromelaban
merged 25 commits into
unoplatform:master
from
ramezgerges:skia_textbox_impl
Nov 8, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
area/skia ✏️
Categorizes an issue or PR as relevant to Skia
label
Oct 5, 2023
Youssef1313
reviewed
Oct 9, 2023
src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.cs
Outdated
Show resolved
Hide resolved
Youssef1313
reviewed
Oct 9, 2023
src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.cs
Outdated
Show resolved
Hide resolved
Youssef1313
reviewed
Oct 9, 2023
src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_TextBox.cs
Outdated
Show resolved
Hide resolved
ramezgerges
force-pushed
the
skia_textbox_impl
branch
from
October 9, 2023 18:40
bbb5dad
to
2e4131e
Compare
Triple tapping is currently blocked by #13936 |
jeromelaban
reviewed
Oct 12, 2023
6 tasks
ramezgerges
changed the title
feat(textbox): single-line skia textbox implementation
feat(textbox): skia textbox implementation
Oct 20, 2023
github-actions
bot
added
the
area/automation
Categorizes an issue or PR as relevant to project automation
label
Oct 20, 2023
ramezgerges
force-pushed
the
skia_textbox_impl
branch
2 times, most recently
from
October 26, 2023 09:02
5b5104e
to
bbdd9be
Compare
MartinZikmund
approved these changes
Oct 30, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
ramezgerges
force-pushed
the
skia_textbox_impl
branch
3 times, most recently
from
November 3, 2023 07:17
4dd1ac5
to
5bcba64
Compare
Youssef1313
reviewed
Nov 3, 2023
ramezgerges
force-pushed
the
skia_textbox_impl
branch
from
November 3, 2023 08:13
cf381d0
to
8761d1a
Compare
jeromelaban
reviewed
Nov 3, 2023
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
jeromelaban
approved these changes
Nov 6, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move the resources to uno, even if temporarily, and we're good to go!
github-actions
bot
added
the
platform/wasm 🌐
Categorizes an issue or PR as relevant to the WebAssembly platform
label
Nov 6, 2023
ramezgerges
force-pushed
the
skia_textbox_impl
branch
2 times, most recently
from
November 7, 2023 09:58
21869f4
to
0a929c1
Compare
jeromelaban
reviewed
Nov 7, 2023
…kia and various fixes
ramezgerges
force-pushed
the
skia_textbox_impl
branch
from
November 7, 2023 15:36
0a929c1
to
906ee9a
Compare
Youssef1313
reviewed
Nov 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/automation
Categorizes an issue or PR as relevant to project automation
area/skia ✏️
Categorizes an issue or PR as relevant to Skia
platform/wasm 🌐
Categorizes an issue or PR as relevant to the WebAssembly platform
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
GitHub Issue (If applicable): #9417
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
Copilot Summary
🤖 Generated by Copilot at acf7c2e
This pull request adds support for Unicode characters in key events on the Skia platform, by using platform-specific APIs to map keycodes to Unicode and adding a new
UnicodeKey
property to theKeyRoutedEventArgs
andKeyEventArgs
classes. It also adds a feature flag to allow switching between using a native overlay or a skia-based implementation for theTextBox
control on the Skia platform, and fixes some layout, selection, and hyperlink issues for theTextBlock
andTextBox
controls.PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):