I found another weird behavior on this textarea on IE11...If I change the text inside the textarea by replacing ":event_startdate" to "|event_startdate" the 2nd line on the textarea gets a little bit more filled with the "to :event_name" string which seems a bit more normal... Example: http://fiddle.jshell.net/fy2aoz28/7/ Is IE11 getting confused on my colon ":" chars all around this text?!?
> From: lixoa...@netcabo.pt > To: css-d@lists.css-discuss.org > Date: Sat, 5 Sep 2015 04:42:41 +0000 > Subject: [css-d] IE11 seems to handle word wrap differently than other > browsers on textarea > > Check this example:http://fiddle.jshell.net/fy2aoz28/1/ > On IE11 it looks like this: http://i.stack.imgur.com/ITPVH.pngOn chrome (and > firefox) it looks like this: http://i.stack.imgur.com/KqsSg.png > As you can see the behavior on IE11 is a bit weird as for example the 2nd > line on the textarea could have more text there (at least the string "to > :event_name") and besides that the browsers don't seem to agree on how they > show this text on the textarea. > I asked a question on stackoverflow to solve the problem of different > behavior between browsers and I can fix it if I add white-space: pre to the > textarea: > http://stackoverflow.com/questions/32409280/weird-text-wrap-on-textareas-with-ie11 > But I would like to still understand this a bit further on what is going on > here, if it's a bug on IE11, if IE11 doesn't support something on the CSS > spec or if I'm interpreting something wrong on the CSS spec... > > Can someone explain this a bit further? Why the difference, what's going on > with IE11? > > > Thanks in advance, --lx > ______________________________________________________________________ > css-discuss [css-d@lists.css-discuss.org] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/