IE 9.0 Failing
Closed this issue · 2 comments
bbody commented
Property | Value |
---|---|
Session ID | 01d737bf077bca4d8990b88850dd305f8137f0b3 |
Status | failed |
Reason | |
Input Capabilities |
|
Session URL | https://automate.browserstack.com/builds/8c2ef0a6ff93298eee72e3ca8f9ddf6c0cd9459a/sessions/01d737bf077bca4d8990b88850dd305f8137f0b3 |
bbody commented
Seems to be coming from a dependancy
bbody commented
Culprit seems to be the below from jQuery Terminal. Even if I add "px" after, scrolling seems to have problems. Given the low usage, I don't think it is worth supporting IE9.
refresh: function() {
if (char_size.width !== 0) {
self[0].style.setProperty('--char-width', char_size.width);
}
redraw({
scroll: false,
update: true
});
return self;
},