B
brendan
Hi,
- I need to drag an element over an <input type='text' field
- When/if the mouse is released set the caret position in that field to
the cursor position over it
- Then paste text in that position
input.selectionStart works in an onclick capacity but not in an onmouseup
capacity. Tried using the a.click() function but that just emulates a click
at the end of the text-range ...
No luck from the WC3 DOM specs, so I thought I'd try here. Any ideas?
regards
- I need to drag an element over an <input type='text' field
- When/if the mouse is released set the caret position in that field to
the cursor position over it
- Then paste text in that position
input.selectionStart works in an onclick capacity but not in an onmouseup
capacity. Tried using the a.click() function but that just emulates a click
at the end of the text-range ...
No luck from the WC3 DOM specs, so I thought I'd try here. Any ideas?
regards