I made an update to the event handling code that has fixed the jira lookup on IE 8 in my testing.
For the curious: I've also root caused the "links on new lines" problem. IE 8 renders the site xml as html. Normally that's fine, but docbook uses empty anchor tags as link targets. When I xmlize the docbook output, it converts <this></this> to <this/>, and IE thinks <this/> is an unclosed open tag. I'm currently trying to coax my xmlizer into leaving it as <this></this>. I think this may also causing the problem that Steve saw. Justin On Mon, Jul 8, 2013 at 4:54 AM, Robbie Gemmell <[email protected]> wrote: > I have taken another look in IE8 and the site/docs is now much more usable > with the headings updated (I did just notice that the JIRA lookup field > also doesn't work though). It obviously doesn't look as nice as with newer > browsers but it is now basically no more difficult to use than the current > site is for users of old broswers, so I would now be happy for it to be > live while working on further improvement. > > Robbie --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
