http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12325
--- Comment #5 from David Cook <[email protected]> --- (In reply to Katrin Fischer from comment #4) > I am happy to see IE bugs fixed as I have recently learned that one of our > libraires is relying on using it for accessibility reasons. So I think as > long as no evil hacks are involved and they go the normal way in, fixing IE > bugs is a nice thing to do. Thanks, Katrin :). Yeah, I refuse to send in patches with IE hacks. In this case, that "return true" shouldn't be there regardless of the browser (although it only plays up in IE). I have another patch for "window.open" issues where IE can't handle spaces in the "name" parameter, but Mozilla recommends not having spaces there anyway. For other cases, feature detection works pretty well for Javascript issues. CSS can get tricky... but CSS is also really easy to localize, so I don't worry too much about that. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
