eeeeaaii / vodka

Creative Coding Environment
GNU General Public License v3.0
126 stars 3 forks source link

string editor redraw issues (when same string on screen in more than one place) #116

Open eeeeaaii opened 3 years ago

eeeeaaii commented 3 years ago

rerendering a string that has its editor open mostly works, with these caveats:

  1. if the string appears in multiple places on the screen, only one of them displays the editor
  2. if you tab onto the done button, that focus state is lost upon redraw (clicking works though)
eeeeaaii commented 3 years ago

This will be mostly fixed by render-only-dirty

eeeeaaii commented 2 years ago

update: this wasn't fixed, what happens is that if you have the string present in two places on the screen, clicking on the done button doesn't rerender either of them (but clicking somewhere else causes a rerender)

to repro:

get a mutable string to be on the screen in more than one place edit one of the strings with an editor