Two other issues were persisting after the previous post.
- edit text widget losing focus - I got around this issue by using function instead of the let widget wrapping around the edit text widget.
- Pop up persist till I click somewhere (within or outside the popup). This becomes a problem when I want to edit another fieldvalue. It can be overcome by clicking somewhere and thereby closing the already open popup. I tried to fix it by deleting the
temptiddler for the pop up and also by using qualify macro as shown in this post. But it didn’t work.
How to fix this second issue ?