Re: [edbrowse-dev] if((c = t.style.color)

2019-06-23 Thread Kevin Carhart
Hi Karl Thanks for making the .style changes a week ago. My internet was out for some reason and this took a couple of days, but I pulled up the elements that didn't have a style object. Since I immediately compiled the latest out of habit, I then had to compile the one from a few days

[edbrowse-dev] if((c = t.style.color)

2019-06-18 Thread Karl Dahlke
> comment and H1. I can add this.style = new CSSStyleDeclaration; at line 1392, which should fix comment. has a style object, and createElement("h1") produces an h1 node with a style object. I have no clue how you found an h1 without style. You might have to figure out where it came from.

[edbrowse-dev] if((c = t.style.color)

2019-06-17 Thread Kevin Carhart
I kept going with maerskline.com and it's complaining about eb$visible TypeError: cannot read property 'color' of undefined failure on 0x2228768.eb$visible[] WINDOW.? I think some elements are not getting style.color while the test of t.style.color expects that they will? Here is the bp