unclebob / fitnesse

FitNesse -- The Acceptance Test Wiki
fitnesse.org
Other
2.04k stars 715 forks source link

bad Javascript: "Uncaught TypeError: Cannot read property 'innerHTML' of null" #1048

Open The-Alchemist opened 7 years ago

The-Alchemist commented 7 years ago

Offending Javascript

var existingContent = document.getElementById("test-system-slim:fitnesse.slim.SlimService").innerHTML;

I actually get this four times in one page.

Specs

Unfortunately, it's part of a much larger project and I can't post it. :( I'm just wondering if anyone has seen this.

amolenaar commented 7 years ago

This happens when you do a suite run, right? It's part of the code that updates the top part of the page.

The-Alchemist commented 7 years ago

@amolenaar : Yup, you got it! I'm guessing you've seen it already? Any tips? I don't mind submitting a PR if someone points me in the right direction.

amolenaar commented 7 years ago

It would be nice to modernize the Javascript code on the suite page. I suppose SuiteHtmlFormatter.java is a good starting point.