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

Update notification dropdown not usable #11111

Closed
srsbiz opened this issue Dec 29, 2016 · 5 comments
Closed

Update notification dropdown not usable #11111

srsbiz opened this issue Dec 29, 2016 · 5 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Milestone

Comments

@srsbiz
Copy link

srsbiz commented Dec 29, 2016

Hovering over button displays more info with link to update, but this box disappears immediately after moving mouse out of the button. Clicking it also takes us nowhere.

update

@RMastop
Copy link
Contributor

RMastop commented Dec 29, 2016

What browser and version were you using when this behaviour showed up?

@srsbiz
Copy link
Author

srsbiz commented Dec 29, 2016

I checked in Opera 42, Chrome 55 and Firefox 50.1 - problem occurs in every one of them

@RMastop
Copy link
Contributor

RMastop commented Dec 29, 2016

Yes, I confirm this is not working as expected. However, if I quickly hover over and move down, it works for me.

@LarsBauer
Copy link

LarsBauer commented Jan 12, 2017

Workaround for users struggling to update:
Edit the HTML and add the class expanded to the <div>. Box expands and stays open. Now you can click the link to start the update process.

Should be easy to fix I suppose.

@Findus23
Copy link
Member

Findus23 commented Jan 14, 2017

The problem seems to be that there is 2px margin between the button div
and the .dropdown div.
Possible solutions:

  • remove the margin (simple, works, but looking a bit odd)
    bildschirmfoto vom 2017-01-14 20-39-32
  • open dropdown with click
  • add a small dalay after mouseleave. Then check if mouse is again in div and if so don't remove expanded class

CheweyZ added a commit to CheweyZ/piwik that referenced this issue Jan 17, 2017
CheweyZ added a commit to CheweyZ/piwik that referenced this issue Jan 17, 2017
mattab pushed a commit that referenced this issue Jan 17, 2017
* Update notification dropdown not usable #11111

Patched

* modifed cursor on hover to make it appear not a link for the updated button (when update avalible)
mattab pushed a commit that referenced this issue Jan 18, 2017
* Update notification dropdown not usable #11111

Patched

* modifed cursor on hover to make it appear not a link for the updated button (when update avalible)

* fixed update button so that cursor is shown relevant to what action can be done
update also fixed so it works on dashboard not just the admin home section
@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Jan 18, 2017
mattab pushed a commit that referenced this issue Jan 22, 2017
* Update notification dropdown not usable #11111

Patched

* modifed cursor on hover to make it appear not a link for the updated button (when update avalible)

* Fixed update button so it works appropriately on dashboard #11211

* added translations to the tooltips in in the user admin section

* added security features to the name and site block
for escape characters

* added missed translation for tooltips in user section of admin menu
@mattab mattab added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Feb 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

No branches or pull requests

5 participants