Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

autocomplete requiere double click in text #7180

Closed
miguelcaravantes opened this issue Feb 16, 2016 · 2 comments
Closed

autocomplete requiere double click in text #7180

miguelcaravantes opened this issue Feb 16, 2016 · 2 comments
Assignees
Labels
pr: merge ready This PR is ready for a caretaker to review
Milestone

Comments

@miguelcaravantes
Copy link

https://material.angularjs.org/latest/demo/autocomplete

tested in chrome in autocomplete demo and in my project

select item in autocomplete requiere double click if you click in text

image: https://drive.google.com/file/d/0B4BrpMT6tZxtQlJUWU1GQXNCZGc/view?usp=sharing

PD: only occurs when clean from the button

@devversion
Copy link
Member

@miguelcaravantes I don't get the actual issue? Can you provide more information?

@devversion devversion added the needs: more info The issue does not contain enough information for the team to determine if it is a real bug label Feb 24, 2016
@miguelcaravantes
Copy link
Author

@devversion Yes this is bug is replicable in autocomplete demo in "Basic Usage" secction.
Chrome version: 48
Windows version: 10

This video illustrates the bug
https://www.youtube.com/watch?v=KbzUgHPJRlg&feature=youtu.be

sorry for my bad english

@devversion devversion removed the needs: more info The issue does not contain enough information for the team to determine if it is a real bug label Mar 1, 2016
devversion added a commit to devversion/material that referenced this issue Mar 1, 2016
At the moment we calling the `select(-1)` function, but that will cause problems, because it will stuck.
There is no need of calling the `select(-1)` function, we should just clear the loading indicator on an synchronous query.
On an async query, the loading indicator will be set by default to false on completion.

This fixes the issue, which required two clicks on a list item after cleared the autocomplete through the button.

Fixes angular#7180
@devversion devversion added the pr: merge ready This PR is ready for a caretaker to review label Mar 1, 2016
ThomasBurleson pushed a commit that referenced this issue Apr 1, 2016
At the moment we calling the `select(-1)` function, but that will cause problems, because it will stuck.
There is no need of calling the `select(-1)` function, we should just clear the loading indicator on an synchronous query.
On an async query, the loading indicator will be set by default to false on completion.

This fixes the issue, which required two clicks on a list item after cleared the autocomplete through the button.

Fixes #7180

Closes #7354
ThomasBurleson pushed a commit that referenced this issue Apr 1, 2016
At the moment we calling the `select(-1)` function, but that will cause problems, because it will stuck.
There is no need of calling the `select(-1)` function, we should just clear the loading indicator on an synchronous query.
On an async query, the loading indicator will be set by default to false on completion.

This fixes the issue, which required two clicks on a list item after cleared the autocomplete through the button.

Fixes #7180

Closes #7354
gmoothart pushed a commit to gmoothart/material that referenced this issue Apr 5, 2016
At the moment we calling the `select(-1)` function, but that will cause problems, because it will stuck.
There is no need of calling the `select(-1)` function, we should just clear the loading indicator on an synchronous query.
On an async query, the loading indicator will be set by default to false on completion.

This fixes the issue, which required two clicks on a list item after cleared the autocomplete through the button.

Fixes angular#7180

Closes angular#7354
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: merge ready This PR is ready for a caretaker to review
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants