1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 "http://www.w3.org/TR/html4/strict.dtd"> 3 <html lang="en"> 4 <head> 5 </head> 6 <body> 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=15077">Bugzilla bug 15077</a> REGRESSION: Cannot drag selected text out of a background window</p> 8 9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> <br> 10 1. Select the first line of text in this window.<br> 11 2. Switch to another application.<br> 12 3. With this window in the background, click and hold inside the selected text, 13 then drag the text out of the window. 14 </p> 15 16 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b> 17 This window will not come to the foreground when you click, and you will be able to 18 drag the selected text out. 19 </p> 20 21 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b> 22 As soon as you click in the selected text, this window will come to the foreground 23 and you may not be able to drag the selected text. 24 </p> 25 </body> 26 </html> 27