Text Disappearing on Description Tab When Focus Lost
Description
Reproduce
Run current build of 6.0.9.0 and create a new character under any system. Click description tab, edit text into the "speech pattern" field, click bio tab in the left sidebar, then return to the description main tab. The previous unsaved text disappears. Test all fields in this tab, several are affected.
Cause
setBiographyField within the description facade was not updating the intermediate bioItem associated with the data. When the screen returned to redraw, it used the old data in bioItem and not that flushed to character.
Solution
Patch will update bioItem and character on setBiographyField calls.
Environment
Linux, JDK 12.02