Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: Navigation 2.0.

Development talk:Navigation 2.0

From MoodleDocs
Revision as of 20:30, 26 May 2009 by Alan Trick (talk | contribs) (added tracker link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Navigation menu

I'm the lead developer of the YUI menu. IMHO, it's the closest contender as far as actual written code goes. That's why I wrote it in the first place, because nothing else would work for us.

That said, the YUI menu as it is right now probably isn't good enough. Here are some caveats:

  • At the moment, the code isn't bad, but it could be better. Some of this is due to compensating for stuff that should really be elsewhere. I'm currently working on a rewrite that will fix some of that.
  • YUI's treeview has no form of non-javascript fallback and it uses HTML tables like there's no tomorrow. If we want accessibility (and I know I do), I'll have to throw out YUI all together and either find something else or write something myself.

I'm willing and able to do make these changes if it will help. See MDL-19300. -Alan Trick 20:25, 26 May 2009 (UTC)