-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 7.10-HF18, 8.10
-
Fix Version/s: 11.2
-
Component/s: Seam / JSF UI
There are some cases where the restore on select2 widgets, in the JSF UI, is not efficient: the select2 element hidden value is restored, but not the "init" map.
This seems to be a race condition between the select2 "save" internal logics and the safe edit restore logics.
The problem can be reproduced by just editing the select2 coverage in test ITSafeEditTest#testSafeEditOnSelect2: editing the title too hides the issue in this case.