do we need to grab keyboard focus on SearchBar open?
@plfiorini is already working on this.
Since Mar 22, 2018.
- Dominant language
- QML
- Stars
- 890
- Forks
- 120
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 1
Description
Hi I have a situation where the opening screen of an app has a SearchBox
which should start in open state. I have put persistent: true as i do not want
it to be closable.
I find that i am having to call open() explicitly to show the searchbox , firstly is it necessary ?
in doing so the inputbox grabs focus and the OSK in the mobile device opens . Subsequently
as soon as the app starts the keyboard also opens automatically. I am not sure if i have
erred somewhere , but i feel we should not forceActiveFocus() in open (Line: 105)
https://github.com/lirios/fluid/blob/0f1c8b52ffcd32605e29a0071e29be44c9ea0c6b/src/imports/controls/SearchBar.qml#L105
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.