2 Commits

Author SHA1 Message Date
Oscar Lorentzon
8abc09cb09 Create canvas in separate container.
Separate canvas from dom rendered elements by creating
its own container.
Register mouse events on canvas container so that mouse over
and out fires correctly.
Use document mouse events for move and up when dragging.
Use document drag events inside canvas for tagging component
because canvas container events will not fire for dom
elements.
Set class name of outer container when creating in tag component.
Prevent default for desired events in affected components.
Remove mouse cursor div.
Make dom renderer container have no height.
Make canvas container have no height.
Make tag container have no height to avoid blocking events.
All dom rendered elements now affects mouse events causing mouse
out when reacting to pointer events.
2017-03-08 07:06:43 +00:00
Kamil Nikel
b96f613a57 Add initial BackgroundComponent 2016-02-09 17:47:07 +01:00