Ticket #103 (new Bug)

Opened 8 months ago

Last modified 2 days ago

Hitting the refresh button should refresh the exact same page

Reported by: matt Assigned to:
Priority: major Milestone: DigitalVibes
Component: Core Version:
Keywords: Cc:

Description (Last modified by matt)

This problem comes from the fact that we use ajax to load every content in piwik, so the URL remains the same all the time.

To fix this we can use the # in the URL, the same way Gmail does.

ALSO: central click in firefox should open the desired sub section.

Calendar Currently changing the date in the calendar also changes the currently viewed section (reset to Dashboard).

Instead we should reload the same category.

Ressources See Jquery History: jQuery history plugin: It uses the hash (fragment) method that was mentioned earlier in this thread. You essentially need to be able to store some text that encapsulates the current page state so that it can be recreated by the browser on reload; no information beyond that in the URL is maintained in any reliable way. This particular plugin also has the effect of making the "back" and "forward" buttons undo and redo page state changes, which you may or may not want.

Change History

02/10/08 23:51:14 changed by matt

  • description changed.

08/12/08 23:46:23 changed by matt

  • description changed.

10/10/08 16:48:01 changed by matt

  • milestone changed from Future features to DigitalVibes.

10/10/08 16:49:27 changed by matt

  • description changed.