workOnChosenTask does not hide all parts of the inactive task UIs
In the program below, not all parts of the task UIs are hidden properly. The labels of the editors are visible in every tab; only the fields are hidden. This is independent of the ChoiceOption
used.
This is the problem I mentioned in !508 (merged). After this is fixed, we can probably reapply !507 (merged).
import iTasks
Start w = doTasks task w
task = workOnChosenTask ChooseFromTabs
[
( toString i
, updateInformation [UpdateUsing id (const id) (Label "Field" @>> integerField)] i
)
\\ i <- [1..5]
]