Tried out the possibility of generating all CSS from an XML colour-definition file, but it proved too complicated and more messy than having a separate CSS file for each style. Set up a system whereby the style links on the menu are all pointing at files on Greg's account, so he can edit styles while I work on the rest of the stuff.
I also fixed an annoying bug in the search page, where the drop-down list of dates was not being populated.
Still working through my list:
- FIXED, as far as I can tell (it all goes too fast to see the progress bar, but the messages appear): There is no progress-bar functionality when doing a search. Should there be? Is it broken?
- FIXED: Multiple search results from the same annotation each get a copy of the image segment; they should be grouped under one copy of the image segment, to reduce clutter.
- FIXED: (Opera): text link for an image doesn't work. Should it? If so, what should it show? If not, should the link be removed?
- FIXED: "Corpus entier comme texte" returns text with huge amounts of whitespace at the beginning. Clean that up.
- FIXED in original (not yet carried over to new site): [Bug in document markup]: There's a rogue annotation category "objet" in Dame recevant un billet doux.
- FIXED (size and superscripting); colours are for CSS/Greg. (IE, Opera): Note links are just normal-sized numbers in the text, so they're very difficult to see. They should be larger, superscripted, padded, and colour-reversed.
Still outstanding:
- (Opera): Note display in text documents is the old-fashioned jump to the bottom of the page. Presumably the
:target
pseudo-class is not supported. Check this. - When jumping to an image segment/annotation, the correct one is selected,
scrollIntoView()
works vertically, but not horizontally, so an image segment off to the right is unseen; also, the segment pops up behind the annotation menu sometimes, which is disconcerting. Should the menu move when it's covering an annotation area? - (IE, Opera): Site title renders badly; is this because of font choice, or fallback sequence, or
small-caps
? How can we remedy it? - (Opera): In Complet, clicking on an IMT document shows the teaser, but then trying a text document will not switch the teaser over; it looks as though the image teaser appears on top of the other one, and hides it. This now looks as though it's just an Opera painting bug, but there may be a way around it by refreshing something.
- [Content]: The Équipe page is out of date. Update the list to include H, and remove Eric because the schemas he researched are no longer used.
- (IE): Hoverbox images are lower in the z-order than the other components of the page. Can this be fixed, or is it just an IE bug? It's just cosmetic.
- (IE): When areas are selected on the image, the act of selecting the corresponding item in the annotation menu causes the image to jump around, presumably because some layout thing is being recalculated. This might be impossible to fix, but we should have a go at it.
- (IE): Z-order is REALLY screwed on IE; despite explicit settings in the stylesheet, the annotation menu goes behind the site menu. Perhaps we need to set a lower value on the site menu explicitly.