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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|EDITING: Neither Find nor   |EDITING: Neither Find nor
                   |Replace work with 'current  |Replace work with 'current
                   |selection only' (Impress)   |selection only'
                   |                            |(Impress/Draw)

--- Comment #12 from Justin L <[email protected]> ---
Assuming the ability to set the checkbox came with this commit
commit 86b6bf6e53c234e3df951ebb08513b0d4fc47a14
Author:     Michael Stahl on Sun Oct 14 21:14:25 2012 +0200
    sd: fix crash in character format dialog:

    When text with different fonts is selected in Draw or Impress, the
    character format dialog crashes, because (among other things) the
    selected text is not returned by SfxViewShell::GetSelectionText().
    Crash was observed both with GraphicViewShellBase and
    ImpressViewShellBase as current shell.
    Override that method in sd::ViewShellBase to forward to a main shell
    that happens to be a DrawViewShell which is not actually a SfxViewShell
    but happens to implement GetSelectionText() for mysterious reasons.

aCurSel in ImpEditEngine::StartSearchAndReplace existed since initial import.


Since the option does seem to work in at least limited circumstances, it seems
best NOT to disable the option (by hiding it, or by returning false for
HasSelection).


Searching in Draw/Impress seems to be a complete disaster. Views that don't
know anything about each other. User selections that aren't recognised at all.
Finds that don't actually visually select the found match. [Walking away]

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to