TracNav menu
Known Issues
Tracks 1.6
Some people are having problems (mostly under Safari, but also under Firefox) where contexts are collapsed and are unable to expand them. Deleting the Tracks cookie will expand all contexts (returning to default). See #727
Tracks 1.5trunk
- Fix REST authentication with FastCGI (from Tommi Komulainen as posted on mailing list). "I was getting authentication failures when trying to use the REST API. Little investigation revealed it’s due to FastCGI and it can be resolved (or at least worked around) with the following line in .htaccess (Found from http://wiki.dreamhost.com/Ruby_on_Rails)":
RewriteRule ^(.*)$ dispatch.fcgi [E=X_HTTP_AUTHORIZATION:%{http:AUTHORIZATION},QSA,L]
Tracks 1.04
- If you're using Safari, an error is generated if you try to add more than one next action in a row without refreshing the page. When the form is reset after submitting a next action, Safari wrongly sets the context_id option drop down to nil, which generates the error. Firefox and other browsers behave correctly. The work around is to select another context, then select the one you require before submitting the form for a second time. This sets context_id properly.
- While viewing and navigation around Tracks works from a mobile phone browser, adding, deleting, editing and checking off next actions does not because of the limitations of Javascript in these browsers. We're working on a mobile version which should solve these problems.
