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

Clicking too fast can result in nothingness #8845

Closed
mattab opened this issue Sep 23, 2015 · 0 comments
Closed

Clicking too fast can result in nothingness #8845

mattab opened this issue Sep 23, 2015 · 0 comments
Assignees
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. Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Sep 23, 2015

Reproduce:

  • Go to http://demo.piwik.org/
  • Click on any report, and when it's loading, click again very fast on the submenu.
  • if you're fast enough...
    • Got: the report is all white and nothing loaded
    • Expected: the content should display whenever loaded
@mattab mattab added 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. Regression Indicates a feature used to work in a certain way but it no longer does even though it should. labels Sep 23, 2015
@mattab mattab added this to the 2.15.0 milestone Sep 23, 2015
@tsteur tsteur self-assigned this Oct 2, 2015
tsteur added a commit that referenced this issue Oct 2, 2015
fixes #8845 #8319

FYI: We cannot use `$location.hash();` here as it would not return anything. The hash would be in this case after '#?this=is&search=true#thisIshash'. `$location.search` returns an object and cannot be used for such a comparison.

BTW: This is fixed in 3.0 branch already
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. Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Projects
None yet
Development

No branches or pull requests

2 participants