Skip to content

Fix profile page for SFOS 3.4

Matti Viljanen requested to merge fix-profile-page-for-sfos3 into master
  • Setting acceptableInput apparently somehow works on SFOS 4.5 but breaks on SFOS 3.4 (or I didn't test it properly)
    • Set validator property instead (with RegExpValidator)
  • Set width for evert TextField for proper layout in SFOS 3.4
  • Don't accept clicks on profile/group avatars if there is no picture loaded

Tested with both SFOS 3.4 and SFOS 4.5

Merge request reports