Closed mbragg12 closed 3 months ago
Are you using Chrome style or Alloy style? DoClose is not currently supported with Chrome style (see #3289).
It's Chrome style. I kind of figured it was probably the expected behavior currently, but wasn't certain since that issue had been closed as completed. Thanks for the clarification.
Describe the bug Starting with 126 window.close() from javascript no longer result in a call to DoClose.
To Reproduce Steps to reproduce the behavior:
Expected behavior Prior to 126, this would have resulted in a call to DoClose.
Versions (please complete the following information):
Additional context Uncertain if this is an expected change in behavior with the Chrome runtime changes. It's causing some issues with existing logic. Need to determine if changes are needed on our side or not.