-
Notifications
You must be signed in to change notification settings - Fork 4
Description
When you want to copy a bootstrap component it sometimes does not work and you get the message "Trying to add non - IChildWebObject to a WebObject". There are some inconsistencies (between Servoy controls and Bootstrap components and between HTML5 editor and the classic editor) I would like to point out (only tested it on Mac).
-
In classic editor you can right-click a control and select Copy/Paste. In HTML5 editor you can't.
-
If you copy a Servoy component in classic editor (Ctrl+C or right-click, does not matter which) you can right-click on the form where you want to place the component and paste it and it will work. If you do the same with a bootstrap component you get the error described above. The workaround, which is not always obvious, is to first left-click the form to take the focus away from the source object and then do the paste. This is also the case in the HTML5 editor.