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

QTooltip with delay does not work with Firefox for Android #8733

Open
susnux opened this issue Mar 31, 2021 · 3 comments
Open

QTooltip with delay does not work with Firefox for Android #8733

susnux opened this issue Mar 31, 2021 · 3 comments

Comments

@susnux
Copy link
Contributor

susnux commented Mar 31, 2021

Describe the bug
Using a delay for QTooltip does not work with Firefox for Android.
The tooltip is never shown if hovered, you have to double tap to show it (other without delay it works with hovering).

Codepen/jsFiddle/Codesandbox (required)
Just use the docs: https://quasar.dev/vue-components/tooltip#example--custom-delay-1-second-

To Reproduce
Steps to reproduce the behavior:

  1. Go to the link provided above, using FF for Android
  2. Hover the "One second delay" button
  3. See no tooltip

Expected behavior
Tooltip is shown

Platform (please complete the following information):
Quasar Version: 1.15.8 (?)

OS: Android 11
Browsers: Firefox (87.0.0-rc.1 (latest version from PlayStore))
Android: 11

Additional context
Chrome for Android works as expected.
Quasar 2 version is working with delay and Firefox for Android as expected!

@pdanpdan
Copy link
Collaborator

pdanpdan commented Jul 6, 2021

It's working in Quasar v2 because there is a bug there (the assigned function for hiding is __delayHide instead of delayHide.
The problem is Firefox is sending a wrong touchmove event even if you don't move.

@hawkeye64
Copy link
Member

Closing for inactivity. Feel free to open it again if the issue persists.

@susnux
Copy link
Contributor Author

susnux commented Nov 27, 2021

Issue still persists, even with Firefox for Android 94.1.2.

@hawkeye64 hawkeye64 reopened this Nov 27, 2021
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Feb 17, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Feb 17, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Feb 17, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Feb 17, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Feb 18, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Feb 21, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Feb 22, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Feb 22, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 8, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 8, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 9, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 9, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 10, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 11, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 11, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 11, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 11, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 13, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 15, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 17, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 18, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip

quasarframework#8733, quasarframework#10414
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 19, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 19, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Dec 18, 2022
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Jan 5, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Jan 8, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Jan 10, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Jan 11, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Jan 11, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Jan 15, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Jan 16, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Jan 19, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Feb 7, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Feb 15, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 1, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 2, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 4, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 9, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 17, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 17, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 17, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 21, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 21, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Mar 31, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Apr 4, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Apr 27, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue May 4, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue May 5, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue May 12, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Sep 4, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Sep 8, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Oct 21, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
pdanpdan added a commit to pdanpdan/quasar that referenced this issue Oct 21, 2023
…k#10414

- show on tap/long press on mobile and stay visible until next tap
- do not close on interactions with tooltip content
- prevent first contextmenu on mobile when showing the tooltip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants