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

Tabbing between fields works incorrectly. #3299

Closed
AndreyLednev opened this issue May 31, 2023 · 1 comment
Closed

Tabbing between fields works incorrectly. #3299

AndreyLednev opened this issue May 31, 2023 · 1 comment
Labels
state: duplicate This issue or pull request already exists state: won't fix This will not be worked on

Comments

@AndreyLednev
Copy link

AndreyLednev commented May 31, 2023

In Cuba 5 I can use the "tab" key to move down into each input box, but in Cuba 7 this doesn't work. Because tab doesn't work I click into the next input box but the cursor does not follow my click so I have to click twice to get the cursor to follow

Meeting.with.Dean.Moore-20230502_111354-Meeting.Recording.mp4
@glebfox glebfox transferred this issue from cuba-platform/helium-theme May 31, 2023
@glebfox glebfox added state: won't fix This will not be worked on state: duplicate This issue or pull request already exists labels Jun 18, 2023
@glebfox
Copy link
Member

glebfox commented Jun 18, 2023

Duplicates: #2712


The workaround is: replace non-editable columns by generated column with Label or Table.PlainTextCell:

table.addGeneratedColumn("name", entity -> new Table.PlainTextCell(entity.getName()));

@glebfox glebfox closed this as not planned Won't fix, can't repro, duplicate, stale Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: duplicate This issue or pull request already exists state: won't fix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants