ubports / ubuntu-touch

Ubuntu Touch's issue inbox is now migrated to GitLab.
https://gitlab.com/ubports/ubuntu-touch
1.28k stars 110 forks source link

Lock screen: circle message cannot be changed (easily) any more #1740

Open ruedigerkupper opened 3 years ago

ruedigerkupper commented 3 years ago

Steps to reproduce

Try double-tapping on the lock screen to change the message displayed in the notification circle

Expected behavior

The message changes with each double-tap

Actual behavior

The message does not change unless you keep tapping frantically at the display

Logfiles and additional information

Bug seems to have appeared already some time ago. I could not check if it affects all devices or is specific to the Xperia X. Please confirm.

lutin11 commented 3 years ago

Same on Vola phone

Flohack74 commented 3 years ago

@UniversalSuperBox that seems to happen since the first tap pulls the launcher from the left, that might eat up the double-tap event. Single tap however just briefly shows the launcher. nothing with press-and-hold or double tap will actually open it fully, so I think that can be called a regression from our various adventures with the app drawer and launcher...

UniversalSuperBox commented 3 years ago

@Flohack74, no, this is due to Qt changing how double-taps are handled in Qt. QtMir needs an implementation of https://github.com/ubports/qtubuntu/pull/20

Flohack74 commented 3 years ago

Oh alright!

ruedigerkupper commented 3 years ago

I can confirm that "single-tap double-tap" seems to be the best working combo at the moment.

kugiigi commented 3 years ago

Yeah, triple tap seems to be the workaround for now.