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

Feature search broken on Android devices #2646

Closed
erpas opened this issue Mar 24, 2023 · 6 comments · Fixed by #2649
Closed

Feature search broken on Android devices #2646

erpas opened this issue Mar 24, 2023 · 6 comments · Fixed by #2649
Labels
bug ui/ux Related to user interface

Comments

@erpas
Copy link

erpas commented Mar 24, 2023

In Layers > A layer > When entering a text in the Search widget on Android devices:

  • even a text is entered, the list is not filtered until you tap & hold the search widget
  • the text is shifted down a bit so not completely visible
  • when switching back from landscape mode back to portrait, only half of the screen is used

All of the above are depicted on the following screenshot:

obraz

@erpas erpas added the bug label Mar 24, 2023
@tomasMizera
Copy link
Collaborator

I checked and it seems to be an issue with uncommitted text - https://doc.qt.io/qt-6/qml-qtquick-textedit.html#preeditText-prop. The text is entered, but QML has not yet sent it to the text property.

@tomasMizera tomasMizera added the ui/ux Related to user interface label Mar 24, 2023
alexbruy added a commit that referenced this issue Mar 27, 2023
@tomasMizera tomasMizera linked a pull request Mar 30, 2023 that will close this issue
@tomasMizera
Copy link
Collaborator

The search is fixed in #2649, other issues were not reproduced, please open additional tickets for the other issues (one ticket per issue please) if they still persist in 2.1.1

tomasMizera added a commit that referenced this issue Mar 30, 2023
@rjwillson
Copy link

amazing, thank you!

perhaps the text getting squished vertically was fixed indirectly when the QML problem was fixed and so is no longer reproducible

I will check 2.1.1 when available

@tomasMizera
Copy link
Collaborator

Hi @rjwillson, 2.1.1 is now available on Google Play as a Beta release :)

@jozef-budac
Copy link

New task for changing mode was created: https://app.clickup.com/t/861mkwt5k

@rjwillson
Copy link

tested on 2.1.1 with Android and confirmed to be working.

Thanks so much.

totally love the power of that search function!

I just added issue #2663 as vertically obscured text still present

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ui/ux Related to user interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants