Forum Discussion
MarkWheeler-147
2 years agoCommunity Member
Text entry misalignment
Hi, I'm having an issue where my text entry boxes are moving/misaligning.
We want a fill in the blank activity where the user is given the first letter of a word and they have to fill in the rest....
Jürgen_Schoene_
2 years agoCommunity Member
that's unfortunately normal
- static text used svg text (positioned every single char exact to x, y value)
- dynamic text (user input text) uses normal html text (positioned by the browser*)
and both locks different in the browser - especially when the page is scaled
* with significant differences between the three big browser (Chromium, Firefox, Safari)