Assembla home | Assembla project page
 

Ticket #117 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

SMPL - Home link doesnt work with webkit based browsers

Reported by: swi-tch Assigned to: swi-tch
Priority: normal Milestone: 0.5.0
Component: Skin-Smpl Version: 0.4.3
Severity: normal Keywords:
Cc:

Description

In the SMPL skin, the side links will append a '#' character and the name of the page so that they can be bookmarked and reloaded. The homepage is simply referenced as href="" which in most browsers will just reload the current page. However in webkit based browsers such as chrome, it simply removes the '#page' part from the address bar and does not reload the page.

At the moment I cannot think of a nice work-around.

Change History

01/27/09 20:01:23 changed by swi-tch

  • status changed from new to assigned.
  • milestone changed from Waiting room to 0.5.0.

01/27/09 20:01:58 changed by swi-tch

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [2111]) SMPL: - Changed url scheme for javascript from /#page to /#/page/ old bookmarks will still work. - Fixed Home page link not working on webkit based browsers, closes #117