PDA

View Full Version : HTML5 Drag and Drop problem in QWebView



chenff
10th April 2010, 19:17
Does anyone know if Qt-Webkit supports HTML5 Drag and Drop? I tried the fancyBrowser example on URL http://html5demos.com/drag but it did not appear to work. The same page works on Safari 4 without any problem. Also I noticed dropping a piece of text over a text input won't paste the text. The system displays a drop forbidden cursor in this case. This kind of puzzles me since you don't need HTML5 DnD support in order to drag and drop text onto an input control. Is this a known limitation on Qt-Webkit or did I missing anything (like certain settings)? Any suggestion appreciated. Thanks.