erkyrath / lectrote

The IF interpreter in an Electron shell
Other
248 stars 28 forks source link

"TypeError: Cannot read property 'width' of undefined" #60

Closed erkyrath closed 8 years ago

erkyrath commented 8 years ago

See http://www.intfiction.org/forum/viewtopic.php?f=38&t=19972 . Seems to have arisen in 1.0.2 or 1.0.3? Need a simple test case.

erkyrath commented 8 years ago

(I am currently guessing that this has to do with graphics windows.)

erkyrath commented 8 years ago

Yeah, turns out I left a hole in the graphics window code when fixing https://github.com/erkyrath/lectrote/issues/56 . I think it was specifically the clear-window operation that I broke.