Description: I want to define the replace (or find) field of the Find & Replace window using the paste option OF THE EDIT MENU. But the clipboard contenu goes on to the text Steps to Reproduce: 1. Open a new document writer file 2. Fill the clipboard whith some string 3. Select Find & Replace 4. Try to paste on the "replace field" using paste command of the edit menu 5. The string is not in de replace field but in the text Actual Results: The clipboard contenu goes on the text Expected Results: The clipboard contenu goes on the selected find & replace field Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
Repro with Version: 6.1.0.0.alpha1+ (x64) Build ID: 775d0f26beecffccf3ed27a6a011aff20d91f842 CPU threads: 4; OS: Windows 10.0; UI render: default; TinderBox: Win-x86_64@42, Branch:master, Time: 2018-04-26_01:05:25 Locale: en-US (de_DE); Calc: CL Same with find-toolbar. Since it works with Strg+V, I would expect, that it also works via Edit => Paste.
This is the expected behaviour! The find&replace is a modal dialog that allows the user to continue interacting with the document, thus, it's expected the content is paste in the document when using the menu. Closing as RESOLVED NOTABUG