SemanticDiff icon indicating copy to clipboard operation
SemanticDiff copied to clipboard

SemanticDiff fails to generate colors for certain themes and therefore doesn't load

Open mmueller2012 opened this issue 3 months ago • 0 comments

SemanticDiff fails to generate a color palette for certain themes. This leads to an exception during the initialization of the webview and renders SemanticDiff unusable. The problem can be identified by the following exception in the developer console:

Uncaught TypeError: Cannot read properties of undefined (reading '0')
    at a2 (script.js:16:94457)
    at Tu.updateColorTheme (script.js:16:98744)
    at new Tu (script.js:16:96840)
    at script.js:16:118631
    at script.js:16:119322

One theme known to trigger this problem is Cobalt Next.

mmueller2012 avatar Apr 23 '24 17:04 mmueller2012