Community
Participate
Working Groups
PROBLEM DESCRIPTION: Undesired characters are painted behind the outline tree's scrollbar. See attached screenshot. EVALUATION: In the described case, an AbstractSnapBox is configured into the TreeForm. There is no UI implementation for AbstractSnapBox in Swing. Therefore, the field is rendered into a placeholder field. Because the AbstractSnapBox is not necessary in Swing anyway, the model field ist setVisibleGranted(false). However, this has no impact on the placeholder UI field, as the SwingScoutFormFieldPlaceholder is not attached to Scout. PROPOSED SOLUTION: Change the implementation of SwingScoutFormFieldPlaceholder according to all other SwingScout... classes. Like that, the placeholder field becomes a "real Scout field" and can react to model changes like setVisibleGranted(false). See attached patch.
solved on 9.5.11, #101951
shipped with eclipse scout 3.7.0
forgot to update status