OpenMDAO icon indicating copy to clipboard operation
OpenMDAO copied to clipboard

Inputs report web page has some errors

Open hschilling opened this issue 6 months ago • 2 comments

Description

When viewing the inputs report HTML file, these errors are shown in the browser console log

inputs.html:8 Uncaught TypeError: Cannot read properties of null (reading 'offsetWidth')
    at r.elVisible (inputs.html:8:21787)
    at c.redraw (inputs.html:8:42038)
    at We.redraw (inputs.html:8:113572)
    at setup_tabulator (inputs.html:60:9)
    at inputs.html:63:17
Uncaught TypeError: cell.getData is not a function
    at columns.<computed>.tooltip (inputs.html:52:21)
    at Be.loadTooltip (inputs.html:8:380899)

Example

Run any OpenMDAO script that generates an inputs.html file and then open it in a browser. Open the Inspect tool in the browser and look at the Console.

OpenMDAO Version

3.30.1-dev

Relevant environment information

No response

hschilling avatar Feb 13 '24 15:02 hschilling