How to fix this bug in chromium that when the page is rtl and the element is draggable the dragged element does not show directly under cursor, but far away, like in the above image
--
simple example:
<p draggable="true" dir="rtl">snippet</p>
The problem
the dragged item should be gripped from the right not from the left in rtl view

