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

TAB navigation in autocomplete inside a datatable #3314

Closed
denizque opened this issue Feb 10, 2018 · 4 comments
Closed

TAB navigation in autocomplete inside a datatable #3314

denizque opened this issue Feb 10, 2018 · 4 comments
Labels
enhancement Additional functionality to current component
Milestone

Comments

@denizque
Copy link

I have the newest version of primefaces elite.
I put an editable p:dataTable with various columns in it.
When I press the tab key to switch from one column to the other it switches as long as it not an autocomplete component.
The column which has p:inputText or p:selectOneMenu switches fine.
But if I put an autocomplete in that column and I press tab key nothing happens.
Is this a bug? Or what should I do to make it navigating through columns when it has autocomplete in it?

@melloware
Copy link
Member

melloware commented Feb 10, 2018

Related to this #3087 ? Looks like something was tweaked in PF 6.1.11.

#3087

@tandraschko
Copy link
Member

@mertsincan could you check that?

@huseyinturkmenoglu
Copy link
Contributor

Hi,

I don't see any problem.

Could you share your version of primefaces ?
And
Please, you could send your sample code or create mvn projet from : https://github.com/primefaces/primefaces-test

@melloware
Copy link
Member

Fixed with PR: #4858

If you set autoSelection="false" on AutoComplete the TAB key will work like normal and not select the item.

tandraschko added a commit that referenced this issue Jul 17, 2019
Fix #4857,#344,#349,#3314: TAB key will not select item if autoSelection="false"
@tandraschko tandraschko added this to the 7.1 milestone Jul 17, 2019
@tandraschko tandraschko added the enhancement Additional functionality to current component label Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Additional functionality to current component
Projects
None yet
Development

No branches or pull requests

4 participants