-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I am using Positionable! to position form fields on top of PNG images.
It seems that dragging a form field around the page (no matter the type) isn't support.
I can click to select a form field and use arrow keys, along with shift key, to move them around the page, but this is obviously much slower than quickly dragging it to where it needs to be.
Here is a reproducible test case:
<html>
<head>
<title>Positionable! Test</title>
<style type="text/css">
input { position: absolute; }
#field1 { top: 0px; }
#field2 { top: 50px; }
#field3 { top: 100px; }
#field4 { top: 150px; }
#field5 { top: 200px; }
</style>
</head>
<body>
<input id="field1" type="text" />
<input id="field2" type="number" />
<input id="field3" type="password" />
<input id="field4" type="checkbox" />
<input id="field5" type="radio" />
</body>
</html>Metadata
Metadata
Assignees
Labels
No labels