http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12325 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- (In reply to M. de Rooy from comment #2)
But do we or even should we support IE8 for the staff client?
I don't see why not. We don't "officially" support any browser. While IE isn't popular amongst developers, it's used out in the real world. While I might be one of the few willing to report and fix bugs that surface for IE users, I don't think that makes the patches any less useful or desirable for the Koha codebase. If I were adding an IE-specific hack, I could understand some reluctance to include it into the codebase. However, in this case, I'm not adding hacks, doing browser detection, or even feature detection (which I think is actually pretty good to do anyway). I'm removing a line of code that probably shouldn't be there regardless of what browser is executing it. I'm also fixing the display of in-line links for all browser, although I suppose I could've done a separate patch for that. -- You are receiving this mail because: You are watching all bug changes.