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

Can't load the same page again anymore #8319

Closed
ThaDafinser opened this issue Jul 10, 2015 · 5 comments
Closed

Can't load the same page again anymore #8319

ThaDafinser opened this issue Jul 10, 2015 · 5 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@ThaDafinser
Copy link
Contributor

It's not possible to load the same page again, if you click the menu item nothing happens.

Surely this was introduced to not let users load the page multiple times, but when i want to reload the Visitor log (which has live data) i have now to press F5.

image

@mattab
Copy link
Member

mattab commented Jul 10, 2015

Thanks for the report @ThaDafinser

  • Expected: when clicking on the already loaded menu item, it should re-load the page again.
  • Got: nothing happens when clicking on currently loaded menu.

@mattab mattab added Bug For errors / faults / flaws / inconsistencies etc. Regression Indicates a feature used to work in a certain way but it no longer does even though it should. labels Jul 10, 2015
@mattab mattab added this to the 2.14.1 milestone Jul 10, 2015
@mattab mattab removed the Regression Indicates a feature used to work in a certain way but it no longer does even though it should. label Jul 10, 2015
@tsteur
Copy link
Member

tsteur commented Jul 13, 2015

I don't think it is a regression, is it? FYI: In #7822 this is already implemented but it won't be released before Piwik 3.0

@mattab
Copy link
Member

mattab commented Jul 13, 2015

if it's already implemented I'll move this one to 3.0.0 as well 👍

(it is a regression, not in 2.14.0 but in an even earlier version - in other words: months ago it used to work)

Should be closed with #7822

@mattab mattab modified the milestones: 2.14.1, 3.0.0 Jul 13, 2015
@mattab
Copy link
Member

mattab commented Aug 5, 2015

This is the kind of UI details that matter a lot to users :-) it was reported twice recently in http://forum.piwik.org/read.php?2,128544

@mattab mattab modified the milestones: 3.0.0-b1, 3.0.0 Aug 13, 2015
@tsteur
Copy link
Member

tsteur commented Aug 20, 2015

fixed via #8442 will be available in 3.0

@tsteur tsteur closed this as completed Aug 20, 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.
Projects
None yet
Development

No branches or pull requests

3 participants