KitCAD i3 rX 2022 Console Bugs
The above image shows errors that could be seen in chrome console (previous 2022 Chrome version). KitCAD i3 KGC rX does not execute the document.write()
function.
As a work-around, use the page of https://www.kitchenpages.com.au/www.kitchenpages.com/library/i3/rX2022cspnew.php
Scripting changes in the file of r2022.js are an over-ride of existing code within the _r5se.js file.
January 14th, 2023 at 1:59 pm
Testing changes to kgc_exploit.js and kgc_exploit.js.gz files; Now using the document.writeln() command and not the document.write() command. Added more support for gecko browsers.
January 15th, 2023 at 4:19 pm
View Image
KitCAD i3 KGC rX 2022 CSP new.php test results in _r5en.js and _r5se.js fail to load correctly in order; No file contents are viewable in the Preview plane until proceeding with the dialog box message.
January 17th, 2023 at 6:54 pm
Added tests to _r5se.js and r2022.js script boot lines. If a value within a previous load isnt found then the script loading waits at that line until the value is found. This solves the loading order error 99% of the time.