HTML <input/> element inside <foreignObject> is incorrectly transformed (scale + translate). While other browsers transform HTML as expected, Safari renders input differently based on CSS position type. - static: transforms ok, but <input type="number"/> buttons are off - absolute: does not scale, nor translate - fixed: translates, but does not scale Here's an example: https://jsfiddle.net/kumilingus/zmLvadcu/
*** This bug has been marked as a duplicate of bug 23113 ***