C2LC-347: Safari doesn’t scroll the character into view when it goes off screen

Metadata

Source
C2LC-347
Type
New Feature
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2021-04-08T10:18:01.654-0400
Updated
2021-05-26T14:14:53.945-0400
Versions
N/A
Fixed Versions
  1. Coding Env 0.8
Component
  1. Coding Environment

Description

To reproduce, load this program and run it in Safari

https://create.weavly.org/?v=0.7&t=mixed&w=default&p=33333333&c=aab&a=123456ABDabd

Comments

  • Tony Atkins [RtF] commented 2021-05-11T09:29:59.890-0400

    As we discussed in the meeting, we'd like to get rid of IDs but still keep the decision in the scene. We would update the character to still be aware of its reference and to provide a method that can call getBoundingClientRect. This would allow us to remove the ID logic from Character.js, and the call to document.getElementById.