Skip to content

Dragging Form Field Elements Not Supported #10

@KieranP

Description

@KieranP

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions