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
{{ message }}
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
There's a bug in the drag and drop implementation that can cause the XML serialization of a block to get pasted into a text field on the block the first time you drag it.
I can recreate it the Simple Fragment demo, but I can't recreate it in the Simple Activity demo.
It only occurs when a block is dropped onto itself. Attempting to drag a text block onto another text block does not cause this problem. This isn't possible in the Simple Activity demo because the blocks are GONE during dragging (only the DragShadow is present). I'm not sure why the block in the Fragment demo isn't gone, too.
AnmAtAnm
changed the title
Dragging a block with a text field sometimes pastes the xml into the field
Dragging block onto its own TextField within an Fragment workspace will paste the Intent.
Nov 8, 2017
There's a bug in the drag and drop implementation that can cause the XML serialization of a block to get pasted into a text field on the block the first time you drag it.
Reported on the mailing list.
The text was updated successfully, but these errors were encountered: