Servoy / svyBlockUI

MIT License
2 stars 4 forks source link

This service doesn't disable autoblock of the used blockUI service #2

Open p-bakker opened 5 years ago

p-bakker commented 5 years ago

Result is that sometimes the blocking overlay is shown even when you don't call plugins.svyBlockUI.show()

But more importantly the autoblock logic sometimes interferes with .requestFocus() calls, because it is hardcoded to set the focus on the body (for some reason)

p-bakker commented 5 years ago

See PR https://github.com/Servoy/svyBlockUI/pull/3