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
Currently Controller.check() will allways show UI, despite options.ui = false.
I can see a source of the problem in editableDecorator.markIssues call in CheckingMode. This mode is enabled (and should be) when engine is checking the content.
The solution here would be passing options also to the mode instance, so it can check whether or not UI should be shown.
The text was updated successfully, but these errors were encountered:
mlewand
changed the title
A11ychecker.check() method always show ui
A11ychecker.check() method always show UI
Sep 21, 2016
Currently
Controller.check()
will allways show UI, despiteoptions.ui = false
.I can see a source of the problem in editableDecorator.markIssues call in
CheckingMode
. This mode is enabled (and should be) when engine is checking the content.The solution here would be passing options also to the mode instance, so it can check whether or not UI should be shown.
The text was updated successfully, but these errors were encountered: