Mojira Archive
MCM-1721

ModalFormData options render outside of option container in the UI

  1. Partner Rank: 2
  2. Partner Team Reporting: 57Digital
  3. Verification builds: UWP 1.20.40 19188796
  4. Regression Builds: Unknown
  5. Summary: ModalFormData options render outside of the option container in the UI
  6. Impact: UI glitch makes it difficult for the player to read.
  7. Repro Steps:
    Step 1: Make a ModalFormData with really long options. Step 2. Observe issue.
  8. Observed Results: Long options spill outside of the option container.
  9. Expected Results: Long options should either clip, or be truncated.
  10. Screenshots / Videos attached: See below.
  11. Notes
  • A workaround would be for us to truncate the option when constructing the dropdown, but seems a bit out of scope for the creator to know the character limits of how long the strings should be.

 

Code: 

form.dropdown(Test", [         
  "§cOne",
  "§cTwo", 
  "§cThree",
  "§cFour",
  "§2Five - A realllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllly long option!!!"
]); 

 

Unresolved

57Digital

2023-11-28, 06:05 PM

2023-11-30, 08:50 PM

0

0

Future Release

-