cognitom / riot-bootstrap

Bootstrap-like Components for Riot.js
http://cognitom.github.io/riot-bootstrap/
136 stars 11 forks source link

Problem with IE11 #7

Open nevf opened 9 years ago

nevf commented 9 years ago

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
cognitom commented 9 years ago

Thanks for reporting!

crisward commented 9 years ago

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

crisward commented 9 years ago

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.

cognitom commented 9 years ago

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