Demo pages - issues and questions
I just noticed that on IE 7/WinXP, all the demos are a bit broken. If
you click on a demo link in the right, it appears fine, but as soon as
you mouseover another example nav item, the entire contents of the
demo block disappear. Does anyone know why this would be happening and
can try to debug it?
http://ui-dev.jquery.com/demos
I also noticed that the theme switcher doesn't do anything when a
choice is clicked in IE7. Scott J. will take a look at that today.
What is the status on the docs section? Looks like the overview tab is
displaying code blocks correctly now (thanks Jorn).
From what I can see, this content is grabbed from the pluginname
(options) block on the wiki - is that correct? These sections are very
thin (1 sentence usually) so we'll need to flesh these out.
The slider overview content has an unordered list that looks broken on
the overview tab:
http://docs.jquery.com/UI/Slider/slider#options
http://ui-dev.jquery.com/demos/slider
... I think this is because the wiki uses * for lists, but we need to
convert these to <li> and wrap with <ul> in the XSLT.
The dependencies blocks are still static -- will these be made dynamic
or removed for the release? It looks like section=1 is the
dependencies for all the UI widgets on the wiki so this should be
parseable. The only exception is the datepicker, it needs dependencies
added.
The Theming tab is still static -- is there an ETA on when that will
be working?