Details
Related Objects
Event Timeline
Is this the expected behavior? My understanding is that a name is not required for save/publish, so that shouldn't have any impact on those buttons
Do you mean the z-object editor? I believe the function-editor Publish button is reactive as soon as you start typing in any box. The "labels" boxes on the z-object editor however are not, but that appears to be true for the value appearing in the "Current ZObject" tree on the right too - it only appears once you click out of the box. I'm assuming the preferred behavior is for it to appear as it is typed? I can look into that.
Change 864825 had a related patch set uploaded (by Dani DW; author: Dani DW):
[mediawiki/extensions/WikiLambda@master] In ZString use the onInput event rather than the onChange event - this is triggered on every letter type rather than on focus out.
Yeah, since filing the behaviour of the function editor has been adjusted so this only applies to the fallback editor right now. :-) Thanks!
Change 864825 merged by jenkins-bot:
[mediawiki/extensions/WikiLambda@master] In ZString use the onInput event rather than the onChange event - this is triggered on every letter type rather than on focus out.
Change 868121 had a related patch set uploaded (by Dani DW; author: Dani DW):
[mediawiki/extensions/WikiLambda@master] Change the ZMonolingual input to use @input rather than @onchange to update the zobject immediately.
Change 868121 merged by jenkins-bot:
[mediawiki/extensions/WikiLambda@master] Change the ZMonolingual input to use @input rather than @onchange to update the zobject immediately.