janus icon indicating copy to clipboard operation
janus copied to clipboard

DomView#subviews() List should update after #artifact()

Open issa-tseng opened this issue 4 years ago • 2 comments

right now if you do domview.subviews() before you call artifact() you get an empty List back.

but then if you call .artifact() later, that list does not update with the new subviews.

issa-tseng avatar Jul 24 '19 22:07 issa-tseng

one possible solution is to refactor binding generation to be based on a Managed Varying.

this change would also allow wireEvents to not force artifact, but instead autowire once the artifact actually does exist.

issa-tseng avatar Jul 24 '19 22:07 issa-tseng

(same problem with stdlib listview right now)

issa-tseng avatar Jul 24 '19 23:07 issa-tseng