riot-bootstrap icon indicating copy to clipboard operation
riot-bootstrap copied to clipboard

Problem with IE11

Open nevf opened this issue 10 years ago • 4 comments
trafficstars

FYI when I run the demo in IE11 I get Invalid argument on line 833 of Riot.js. attrName is undefined. This is during riot.mount('app') in an update() call.

    if (!attrName) return dom.nodeValue = value

nevf avatar May 27 '15 22:05 nevf

Thanks for reporting!

cognitom avatar May 27 '15 23:05 cognitom

Any suggestions for getting around this? Having the same problem in my own app.

crisward avatar Aug 20 '15 14:08 crisward

Just worked out what was causing this in my app.

I had a textarea in one of my components, I had set the value on this tag,which obviously it doesn't have. Weird thing is, only IE11 throws an error.

crisward avatar Aug 20 '15 14:08 crisward

I couldn't reproduce this error now. @crisward is this a question about riot-bootstrap? If not, pls open a new issue here.

And show an example on the plunker. http://riotjs.com/examples/plunker/?app=bug-reporter

cognitom avatar Aug 20 '15 14:08 cognitom