(Using Skuid 11.2.5)
We have a bunch of Field Editors on a page, and we have buttons to move them in and out of Edit mode (using a Global Action Sequence, but this is irrelevant) that fires a bunch of “Run Component Actions”. I have two sequences that specifically move them between edit and read, because using Toggle 1) didn’t solve this problem and 2) seemed to introduce other problems!
So on each action we have a sequence of these on each field editor:
“Run Component Action” > “Change Edit/Read Mode” > “Edit Mode”
and subsequently on action sequence 2:
“Run Component Action” > “Change Edit/Read Mode” > “Read Mode”
Now, these “work” - but they only work if the table’s original mode was “Read with Inline-Edit” - and when you run the action to put them back into “Read Mode” - it puts them back in to “Read with Inline-Edit”.
ie. If we make the field editor “Read Mode” on the page - the Component Action cannot switch it into Edit mode (it simply doesn’t change).
Has anyone else experienced this? Or think it’s a bit weird. I really don’t want inline edit mode on the editors, we want the user to make a conscious decision to switch to edit mode (as we do other stuff then too).
I want to go:
Read -> Edit - > Read (and so on)
not
Read with Inline Edit -> Edit -> Read with inline Edit
Is that just the way it works? So am I going to have to replace the actions sequences with a bunch of Javascript?! (again?!)
Cheers.