matrix-react-sdk icon indicating copy to clipboard operation
matrix-react-sdk copied to clipboard

Rework ModalManager to use <dialog>

Open t3chguy opened this issue 3 years ago • 0 comments

Fixes https://github.com/vector-im/element-web/issues/22275 Fixes https://github.com/vector-im/element-web/issues/11513

Reading material: https://www.scottohara.me/blog/2019/03/05/open-dialog.html https://googlechrome.github.io/dialog-polyfill/ https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/showModal https://nolanlawson.com/2022/06/14/dialogs-and-shadow-dom-can-we-make-it-accessible/


Here's what your changelog entry will look like:

✨ Features

  • Rework ModalManager to use (#8847). Fixes vector-im/element-web#22275 and vector-im/element-web#11513.

t3chguy avatar Jun 15 '22 11:06 t3chguy