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

[15.0][FIX] account_reconciliation_widget: only stop up down key events #607

Conversation

chienandalu
Copy link
Member

After the previous commit (311a0fa) users couldn't use the tab key to navigate over manual item fields.

cc @Tecnativa TT45219

please review @pedrobaeza @victoralmau

After the previous commit (311a0fa) users couldn't use the tab key
to navigate over manual item fields.

TT45219
@pedrobaeza pedrobaeza added this to the 15.0 milestone Nov 2, 2023
@pedrobaeza
Copy link
Member

Shouldn't this be an allowed list instead. I think I can press other keys like left and right cursors, or characters, and they should be passed upstream?

@chienandalu
Copy link
Member Author

Well, this is only for these two navigation cases which are the ones that overlap with the general navigation events of the widget. So it should be read like: "Inside the widget when you're in a relational field and press up or down, do the usual stuff with relational fields, otherwise let's navigate the reconciliation items".

Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, let's go with this one:

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

This PR looks fantastic, let's merge it!
Prepared branch 15.0-ocabot-merge-pr-607-by-pedrobaeza-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 3627efd into OCA:15.0 Nov 2, 2023
6 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at fe77211. Thanks a lot for contributing to OCA. ❤️

@pedrobaeza pedrobaeza deleted the 15.0-fix-account_reconciliation_widget-navigation branch November 2, 2023 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants