You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual_tests.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ def block(ev):
161
161
self.ui.block( Tag.div(ui.Spinner()+ui.Button("unblock",_onclick=lambdaev: self.ui.close() ) +ui.Menu(entries)) +"click on the menu should auto-close the dialog" )
162
162
163
163
defpage(ev):
164
-
self.ui.page( "click on the menu shouldn't close the dialog !!!"+ui.Menu(entries) +Tag.h3("Click the image to quit")+Tag.img(_src="https://picsum.photos/501/501",_onclick=lambdaev: self.ui.page()) )
164
+
self.ui.page( "click on the menu shouldn't close the dialog !!!"+ui.Menu(entries) +ui.Button("alert",_onclick=lambdaev: self.ui.alert('yo'))+Tag.h3("Click the image to quit")+Tag.img(_src="https://picsum.photos/501/501",_onclick=lambdaev: self.ui.page()) )
0 commit comments