https://bugs.documentfoundation.org/show_bug.cgi?id=129743

            Bug ID: 129743
           Summary: XSelectionSupplier::select does not first range of
                    passed multi-range
           Product: LibreOffice
           Version: Inherited From OOo
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: mikekagan...@hotmail.com

1. Create a new text document;
2. Type this text: "abc abc abc"
3. Run this BASIC code:

Sub Main
  d = ThisComponent
  f = d.createSearchDescriptor()
  f.SearchString = "abc"
  c = d.findAll(f)
  d.currentController.select(c)
End Sub

Expected result: three pieces of "abc" text selected

Actual result: second and third pieces are selected, but first is not; cursor
blinks after "c" of the first (not selected) occurence of "abc".

Already reproducible with OpenOffice.org 3.3.0 OOO330m20 (Build:9567)

and with Version: 6.4.0.1 (x64)
Build ID: 1b6477b31f0334bd8620a96f0aeeb449b587be9f
CPU threads: 12; OS: Windows 10.0 Build 18363; UI render: default; VCL: win; 
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded

Ref.: https://ask.libreoffice.org/en/question/223441

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to