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

Disable tooltips on mobile to prevent them to stay after clicking #612

Merged
merged 1 commit into from
Sep 16, 2016

Conversation

astorije
Copy link
Member

This fixes #585. Yeah, I know, this is less than ideal. But this is somewhat blocking 2.0.0 release. And none of the other options are ideal either (some discussed options will simply not work).

On v1.5.0, these buttons didn't have any tooltips, so they won't be missed on mobile. Plus any hovering effect on mobile is kind of a lost battle anyway.

We have an open issue on Primer's tooltips: primer/primer-tooltips#4

I suggest we hide them on mobile to freely deploy 2.0.0, and see to work them back in when we have a better solution.

@astorije astorije added Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. second review needed labels Sep 15, 2016
@astorije astorije added this to the 2.0.0 milestone Sep 15, 2016
@astorije astorije force-pushed the astorije/585-fix-tooltips branch from 8950554 to 87dfe2c Compare September 15, 2016 05:06
@maxpoulin64
Copy link
Member

Fine by me for now, not that I think the tooltips are particularly useful. This might catch browsers as well on small screens in combination with zoom, but the fixed annoyance outweights the benefits for me. 👍

@astorije astorije merged commit ba8ddd8 into master Sep 16, 2016
@astorije astorije deleted the astorije/585-fix-tooltips branch September 16, 2016 06:52
matburnham pushed a commit to matburnham/lounge that referenced this pull request Sep 6, 2017
…tips

Disable tooltips on mobile to prevent them to stay after clicking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tooltips do not hide on mobile after clicking the underlying button
2 participants