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
As far as I understand InputShield catches all user input and passes it to DesignToolsServer process where they are handled.
And primarily, it is needed at design time to select/move components on designer surface.
Our designer has multiple tabs and regions where this functionality is not needed.
Below gif demonstrates switching between different tabs: designer surface, script tab and preview tab.
Only the first tab requires input shield features such as selection, drag n drop, moving etc, but it should not cover whole area, since i need the bottom panels and rulers remain responsive.
For other tabs InputShield doesnt seem to be usefull: script tab requires only text input, preview tab doesn't require any selection behaviors either.
Currently, InputShield is always active and covers whole designer surface, this prevents any interaction with standard windows forms controls: buttons are not clickable, textboxes cannot receive any input.
Is it possible to turnoff, resize or move InputShield somehow so i can interact with the form hosted in DesignerToolsService directly ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @KlausLoeffelmann
As far as I understand InputShield catches all user input and passes it to DesignToolsServer process where they are handled.
And primarily, it is needed at design time to select/move components on designer surface.
Our designer has multiple tabs and regions where this functionality is not needed.
Below gif demonstrates switching between different tabs: designer surface, script tab and preview tab.
Only the first tab requires input shield features such as selection, drag n drop, moving etc, but it should not cover whole area, since i need the bottom panels and rulers remain responsive.
For other tabs InputShield doesnt seem to be usefull: script tab requires only text input, preview tab doesn't require any selection behaviors either.
![DesignSurfaceTabs](https://private-user-images.githubusercontent.com/141699579/327645118-62536d08-ee11-4d04-a0f1-55268ed02f4a.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODU3OTYsIm5iZiI6MTczOTE4NTQ5NiwicGF0aCI6Ii8xNDE2OTk1NzkvMzI3NjQ1MTE4LTYyNTM2ZDA4LWVlMTEtNGQwNC1hMGYxLTU1MjY4ZWQwMmY0YS5naWY_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxMTA0NTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lZjViNDYwYjI1OTQ2ZTNmNTIzNTdjZjFmMjI0Y2EwNDVlY2Y1MTIyMWYyNjgzOTJlOThkNWVkZGM5ZGI5YjEzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.-dw3o1y1Z_IjjDP8MIUA0Dbpvc04AitRvKSVntNQ8pg)
Currently, InputShield is always active and covers whole designer surface, this prevents any interaction with standard windows forms controls: buttons are not clickable, textboxes cannot receive any input.
Is it possible to turnoff, resize or move InputShield somehow so i can interact with the form hosted in DesignerToolsService directly ?
Thanks
The text was updated successfully, but these errors were encountered: