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(ui5-tree-item-custom): improved key handling #8637

Merged
merged 5 commits into from
Apr 11, 2024

Conversation

plamenivanov91
Copy link
Contributor

@plamenivanov91 plamenivanov91 commented Apr 4, 2024

Previously it was impossible to properly use keyboard inside input elements nested in TreeItemCustom. Now the handling is similar to CustomListItem and input elements can be used as expected.

Fixes: #7566

Some components which extend the ListItem (TreeItemBase) need Space key
not to be prevented in order to allow space functionality in some of
their nested components.

Fixes: SAP#7566
@plamenivanov91 plamenivanov91 changed the title fix(ui5-li): remove space default prevention fix(ui5-tree-item-custom): improved key handling Apr 5, 2024
@plamenivanov91 plamenivanov91 merged commit eeb76fe into SAP:main Apr 11, 2024
9 checks passed
@ilhan007
Copy link
Member

Reminder: You have to downport the fix in release-1.24 (as a regular PR pointing to release-1.24) as well - this is our long term maintenance branch.
Fixes that closes specific guthub issue should also go into release-1.24
The release-1.24 has working dev set up to test your fix - test pages, new playground, old playground (whatever is more convenient)

@plamenivanov91
Copy link
Contributor Author

Reminder: You have to downport the fix in release-1.24 (as a regular PR pointing to release-1.24) as well - this is our long term maintenance branch. Fixes that closes specific guthub issue should also go into release-1.24 The release-1.24 has working dev set up to test your fix - test pages, new playground, old playground (whatever is more convenient)

#8733

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Input]: [Cannot enter space or Enter when the Input is rendered within the Tree]
3 participants