cvzi / genius-lyrics-userscript

A userscript library to show lyrics from genius.com on other websites
GNU General Public License v3.0
14 stars 5 forks source link

(UX) Dialog, Alert, and Overlay Issue #67

Closed cyfung1031 closed 1 year ago

cyfung1031 commented 1 year ago

@cvzi

AlertModal

(( Example: YouTube Music )) I have not really checked what is the latest AlertModal, I just notice that, when I search in YouTube Music, there is an alert modal.

Screen Shot 2023-09-24 at 17 02 06

Since this alert modal does not have the focus, it does not cancel the input field focus, and no blocking of keyEvents.

then if i pressed enter more than one time, there will be multiple alertmodal shown, and need to click ok ok ok.

Option Dialog

(( Example: YouTube Music ))

Screen Shot 2023-09-24 at 16 59 40

I think this is a new bug although not 100% sure. the overlay in the backdrop does not block pointer events. it just blur and cursor can click the links behind. i thought it can close the dialog but it just move me to somewhere without closing the dialog.

Conclusion

UX experience is a bit scary now...