tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

helper-scroll-then-drop-input.xhtml (569B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4 <title>Selection drag and drop: helper file</title>
      5 <style type="text/css">
      6 input[placeholder]
      7  {width:300px;
      8  height:50px;}
      9 p:first-child
     10  {margin-bottom:200px;}
     11 </style>
     12 </head>
     13 <body>
     14 <p>You should be able to drag selected text to the input at the bottom of scrollable container (dragging towards the bottom edge triggers scrolling).</p>
     15 <input placeholder="Drop selection here"/>
     16 <p>Copy of selection should end up in the input once you drop it there.</p>
     17 </body>
     18 </html>