Unless I change inline style adding rule: display: inline-block; elements remain invisible on moving.
But, as style is added by the code I have to make changes in the source code of the project(?).
Example: try to move spans in: <ol><li><span>first</span></li><li><span>second</span></li></ol>
What about drop events? How can we figure what elements live under the dropped element or when we have dragenter/dragleave events?
Unless I change inline style adding rule:
display: inline-block;
elements remain invisible on moving. But, as style is added by the code I have to make changes in the source code of the project(?). Example: try to movespan
s in:<ol><li><span>first</span></li><li><span>second</span></li></ol>
What about drop events? How can we figure what elements live under the dropped element or when we have
dragenter
/dragleave
events?