phetsims / a11y-research

a repository to track PhETs research into accessibility, or "a11y" for short
MIT License
3 stars 0 forks source link

Phrase builder doesn't support removing templated variables. #169

Open zepumph opened 2 years ago

zepumph commented 2 years ago

@terracoda mentioned a bug where she was demoing descriptions in the phrase builder, but when she removed a templated var, it had buggy side effects to the variable just after it in the description. Here is a good example to reproduce:


In Circuit
- Very small arrows pointing clockwise indicate a current of 9.0 milliamps.
- {{exactly}} 3 batteries show 4.5 volts.
- A {{amountOfDots}} of dots in resistor indicate amount of resistance.

Then delete "{{exactly}}"

This is blocking @terracoda finishing the description design course, so we will get to it very soon! (this week 🤞 )