< 1386460887 242467 :zzo38!~zzo38@24-207-49-17.eastlink.ca QUIT :Remote host closed the connection < 1386461432 315769 :doesthiswork!~Adium@98.145.118.186 JOIN :#esoteric < 1386462391 809762 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :i have a hunch our wiki's rectwrap class is no longer working for IE11 :( < 1386462464 873824 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :(by which i mean, i tried to fix lucasieks' edit to use it, it didn't look good, which made me look at the other places i knew it was used, and it no longer looked good there either.) < 1386462500 353846 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :which isn't really surprising since it depends on IE having a parser difference. < 1386462583 244413 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :oerjan: WHAT DID THEY DO < 1386462594 222833 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :quintopia: who < 1386462597 417746 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :WE NEED BETTER RESETS < 1386462601 554955 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :oerjan: MS < 1386462619 272651 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :i have a friend who does the product testing on IE < 1386462631 103837 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :LET'S GET TO THE BOTTOM OF THIS < 1386462649 674806 :kmc!~keegan@ec2-50-17-127-187.compute-1.amazonaws.com PRIVMSG #esoteric :ACTION watches Mr. van Doom's talk about esolangs < 1386462655 397831 :Taneb!~Taneb@5.151.64.126 PRIVMSG #esoteric ::O < 1386462675 794860 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :quintopia: i may be guessing that they fixed the parsing to be compliant with everyone else, _without_ fixing the thing that makes the usual style setting for making every other browser wrap things rectangularly break on IE < 1386462706 482684 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :and the parser hack is necessary because the thing that makes it work for IE, makes firefox break instead. < 1386462752 370605 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :quintopia: btw this is our hack .rectwrap { word-wrap: break-word; white-space: pre-wrap; white-space: pre\9 } < 1386462753 640236 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :Taneb: can you relink that i'll watch it too < 1386462778 45394 :Taneb!~Taneb@5.151.64.126 PRIVMSG #esoteric :https://www.youtube.com/watch?v=G7FGKQu70TU < 1386462794 14312 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :the \9 makes either IE ignore that option or everyone else, i don't quite remember. < 1386462807 634344 :oerjan!oerjan@sprocket.nvg.ntnu.no PRIVMSG #esoteric :(or did in IE <= 9) < 1386462862 112277 :kmc!~keegan@ec2-50-17-127-187.compute-1.amazonaws.com PRIVMSG #esoteric :$ screen -r < 1386462862 301150 :kmc!~keegan@ec2-50-17-127-187.compute-1.amazonaws.com PRIVMSG #esoteric :Aborted < 1386462863 843042 :quintopia!~quintopia@unaffiliated/quintopia PRIVMSG #esoteric :oerjan: can't we just make a bad-IE-specific css and