From bee7d5d590a96e78551e90181dfc2242cbdb9d68 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 22 Mar 2008 10:48:45 -0400 Subject: web commit by http://jblevins.org/: Notes about access keys from the main discussion page --- doc/todo/access_keys.mdwn | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'doc/todo') diff --git a/doc/todo/access_keys.mdwn b/doc/todo/access_keys.mdwn index d3a09578c..e2bdab97c 100644 --- a/doc/todo/access_keys.mdwn +++ b/doc/todo/access_keys.mdwn @@ -24,3 +24,27 @@ and for forms buttons: --[[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—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 -- cgit v1.2.3 From 5ed5babef424d12721bbb5252712de8be9d61035 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 22 Mar 2008 12:02:39 -0400 Subject: web commit by http://madduck.net/: add note about whole site rebuilds for little changes --- doc/todo/a_navbar_based_on_page_properties.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/todo') diff --git a/doc/todo/a_navbar_based_on_page_properties.mdwn b/doc/todo/a_navbar_based_on_page_properties.mdwn index f88a3e802..09be409ac 100644 --- a/doc/todo/a_navbar_based_on_page_properties.mdwn +++ b/doc/todo/a_navbar_based_on_page_properties.mdwn @@ -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]] -- cgit v1.2.3