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

Wrong tooltip for Live visitors button #7474

Closed
mnlipp opened this issue Mar 18, 2015 · 4 comments
Closed

Wrong tooltip for Live visitors button #7474

mnlipp opened this issue Mar 18, 2015 · 4 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc. Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement.
Milestone

Comments

@mnlipp
Copy link

mnlipp commented Mar 18, 2015

The live visitors button is a combined state/action button. I know that this kind of buttons cannot be done right, because some people associate the current state with the icon while others associate the possible action with the icon (we once hat that in a project for phone take off/hang up and changed the semantics at least a dozen times, depending on whom we talked to last at the customer).

Piwik has chosen the "action" approach. So when live tracking has been started, the button shows the pause icon, because clicking the button (the action) pauses live tracking. (This is contrary to your favourite smart phone MP3 player, right? It will show the run icon when it's playing and the pause icon when it's paused.) You can do this, of course.

The problem is that the tooltips are wrong. When the pause icon is shown, the tooltip is "Start Live!", but when you click on the icon it will actually stop live. When the "Running" icon is shown, the tooltip is "Pause Live!", but clicking will actually start live.

@mattab
Copy link
Member

mattab commented Apr 8, 2015

Thanks @mnlipp for the report. If the tooltip are wrong, this will be an easy fix we'll take a look

@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Apr 8, 2015
@mattab mattab added this to the Piwik 2.14.0 milestone Apr 8, 2015
@saleemkce
Copy link
Contributor

This type of ON/OFF or change state actions could be quite confusing. I once talked about this with a group of people and asked them to tell in what state the application is (pointing to the ON/OFF) options. Some of them gave right answers, others wrong and yet others got confused to talk what it was about. So, when implementing such morden UI, the user should be better taught about the states.
Instead of tool-tipping "ON" or "OFF". The tool tip denoting 'currently turned ON' or "currently turned OFF" when hovering, which would give better understanding from user perspective. It's just a suggestion!

@mnlipp
Copy link
Author

mnlipp commented Apr 12, 2015

How about combining state and action in the tooltip: "Live! tracking is started. Click to stop" (and "Live! tracking is stopped. Click to start".

@saleemkce
Copy link
Contributor

Sure, that would be clearer and nice.

@mattab mattab added the Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement. label Apr 24, 2015
@tsteur tsteur self-assigned this May 6, 2015
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. Help wanted Beginner friendly issues or issues where we'd highly appreciate community's help and involvement.
Projects
None yet
Development

No branches or pull requests

4 participants