phetsims / joist

Joist is the main framework for PhET Interactive Simulations. Joist creates and displays the simulation content, home screen, navigation bar, About dialog, enables switching between tabs, and other framework-related features.
MIT License
8 stars 6 forks source link

Use PatternStringProperty pattern instead of ScreenView.setScreenSummaryIntroAndTitle() #885

Open zepumph opened 1 year ago

zepumph commented 1 year ago

From https://github.com/phetsims/joist/issues/873, this would be ideal to do, but in order to prevent regressions in dynamic behavior in the PDOM, we need to wait on this until we solve https://github.com/phetsims/scenery/issues/1442. So I'll mark as on hold.