https://bugs.freedesktop.org/show_bug.cgi?id=60838
Matthew Francis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Matthew Francis <[email protected]> --- To begin with, you probably wanted to search for "check\(([^)]+)\)", which works. The combination of "(.*)" and "+" mean that you are asking for "one or more of (any number of any characters)", which isn't sensible. There is however a bug to be fixed here; updated reproduction instructions: 1) Load the attached document 2) Search for the regular expression "check\((.*)+\)" (without the surrounding quotes, and using "Find", not "Find All" - an instance will be found) 3) "Find" again (a long pause, then no further instance will be found) 4) Place the cursor back at the start of the document 5) "Find" again Expected results: - The instance that was found the first time should be selected Actual results - Nothing is found This will continue until the contents of the "Search For" field are changed, after which the original search will magically start working again -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
