User tests: Successful: Unsuccessful:
Pull Request for Issue # .
document.write
Check that the source code is still working as expected
NO
@Fedik mainly this PR is an alternative to your commit for the removal of the document.write
which I reverted as it wasn't working. Can you review this one?
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository NPM Change Front End Plugins |
Labels |
Added:
NPM Resource Changed
?
|
I have tested this item
Before this pr the window could be closed with the escape key. Now it has to be done from the button
Before this pr the window could be closed with the escape key. Now it has to be done from the button
Which browser? Works fine in Chrome here
I found out why/when the escape key didnt work. If you click outside of the window then the escape doesnt work. Not sure if it should or shouldnt
I found out why/when the escape key didnt work. If you click outside of the window then the escape doesnt work. Not sure if it should or shouldnt
Ah, that's expected (code wise) as the listener is added in the iframe document and when you click outside of the modal you change scope to the parent document (which doesn't have any code to handle the modal). Let me check something...
@brianteeman I restored the original sizing for the time. We could tackle this in another PR
I have tested this item
Category | JavaScript Repository NPM Change Front End Plugins | ⇒ | JavaScript Repository NPM Change |
Category | JavaScript Repository NPM Change | ⇒ | JavaScript Repository NPM Change Front End Plugins |
I have tested this item
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-15 00:26:34 |
Closed_By | ⇒ | bembelimen |
Thx
Looks good to me :)