]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 22 Mar 2008 17:57:01 +0000 (13:57 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 22 Mar 2008 17:57:01 +0000 (13:57 -0400)
doc/todo/a_navbar_based_on_page_properties.mdwn
doc/todo/access_keys.mdwn

index f88a3e802165d7c2b89abdd298133b60f56d280c..09be409ac2ade71b74440945675178c1057a95bc 100644 (file)
@@ -35,5 +35,7 @@ I don't think this is hard to code up and it's what I've been using with
 [rest2web](http://www.voidspace.org.uk/python/rest2web/) and it's served me
 well.
 
+There is a problem though if this navbar were included in a sidebar (the logical place): if a page is updated, the navbar needs to be rebuilt which causes the sidebar to be rebuilt, which causes the whole site to be rebuilt. Unless we can subscribe only to title changes, this will be pretty bad...
+
 --[[madduck]]
 [[!tag wishlist]]
index d3a09578c506b1bc17bad3e423d66acc213f1e4a..e2bdab97cf47aafdd5a03a6fcd6cfcd93f5512ca 100644 (file)
@@ -24,3 +24,27 @@ and for forms buttons:
     <input type="submit" value="Submit" accesskey="s"/>
 
 --[[JasonBlevins]], March 21, 2008 18:05 EDT
+
+- - - 
+
+There are also a few thoughts about access keys on the
+[[main_discussion_page|index/discussion]].  The main criticism there it
+seems is that some browsers implement access keys in a way (via the Alt
+key) that allows them to override built-in keyboard shortcuts.  I
+believe this is not a problem any longer in Firefox (which uses the
+Shift+Alt prefix) but I suppose it could still be a problem in other
+browsers.
+
+Another criticism is that most browsers do not display the access keys
+that are defined.  The [article][] cited on the main discussion page
+suggests underlining the relevant mnemonic.  I think it would be
+sufficient to just list them in the basewiki documentation somewhere.
+
+  [article]: http://www.cs.tut.fi/~jkorpela/forms/accesskey.html
+
+It's an unfortunate situation&mdash;I'd like an alternative to the
+rodent but there are quite a few downsides to using access keys.
+Tabbing isn't quite the same as a nice shortcut key.  There's always
+Conkeror...
+
+--[[JasonBlevins]], March 22, 2008 10:35 EDT