1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <title>Paste rich text from firefox</title> 6 </head> 7 <body> 8 <p><b>BUG ID:</b> 9 <a href="https://bugs.webkit.org/show_bug.cgi?id=26791">Bugzilla bug 26791</a> 10 [Gtk] Paste of rich text from firefox results garbled markup 11 </p> 12 <h1>Paste rich text from firefox</h1> 13 <p> 14 <b>STEPS TO TEST:</b><br> 15 <ol> 16 <li>Launch FireFox to browse <a href="http://www.apple.com">http://www.apple.com</a></li> 17 <li>Select that text or picture from FireFox page</li> 18 <li>Copy them use <b>Ctrl-C</b> / Option-C, (or just select them on Linux)</li> 19 <li>Back in WebkitGtk, click inside the EditableArea below, </li> 20 <li>Paste them use <b>Ctrl-V</b> / Option-V, (or just Middle Mouse Click on Linux)</li> 21 </ol> 22 <p><b>Ensure</b> that text or picture has been pasted with formats and no garbled.</p> 23 <div title="EditableArea" contentEditable="true" 24 style="display: block; border: 1px solid green; margin: 5px; padding: 15px;"> 25 <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> 26 </div> 27 </p> 28 </body> 29 </html> 30 31