https://bugs.documentfoundation.org/show_bug.cgi?id=167948
--- Comment #1 from Mike Kaganski <[email protected]> --- (In reply to Adomas VenĨkauskas from comment #0) > Steps to Reproduce: > Run `insertText("<html><body>Comment: 38 pages, 13 figures, 6 tables. > Submitted to Phys. Rev. D</body></html>")`: > > ``` > public void insertText(String textString) throws Exception { > XTextCursor viewCursor = getSelection(); > ... Is "getSelection" a global function in some (unstated) language? How can one "run" this? -- You are receiving this mail because: You are the assignee for the bug.
