Bug 118395 - No (blinking) text cursor with an expanded menu (like File)
Summary: No (blinking) text cursor with an expanded menu (like File)
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
5.2.0.4 release
Hardware: All Windows (All)
: low trivial
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks:
 
Reported: 2018-06-26 15:45 UTC by Telesto
Modified: 2018-11-05 09:25 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Telesto 2018-06-26 15:45:59 UTC
Description:
Bit of a detail. No (blinking) text cursor with an expanded menu (like File). 

Steps to Reproduce:
1. Launch Writer
2. Click Menu File/Edit etc -> No cursor

Actual Results:
No cursor

Expected Results:
A cursor (or not, bit of a nitpick)


Reproducible: Always


User Profile Reset: No



Additional Info:
Repro with
Version: 6.2.0.0.alpha0+
Build ID: 7414e07f52af87094240f5c3d9a0eb764e8642f5
CPU threads: 4; OS: Windows 6.3; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2018-06-24_01:44:59
Locale: nl-NL (nl_NL); Calc: CL

and with
Version: 5.3.1.0.0+
Build ID: aa09fd58bd499a2a2c3a32c5f613892bad54076c
CPU Threads: 4; OS Version: Windows 6.29; UI Render: default; Layout Engine: new; 
Locale: nl-NL (nl_NL); Calc: CL

but not with
Version: 5.2.0.0.alpha0+
Build ID: ab95fb7a19d7847dd1cbfad0059cc175a809a50f
CPU Threads: 4; OS Version: Windows 6.29; UI Render: default; 
Locale: nl-NL (nl_NL)
Comment 1 Buovjaga 2018-07-13 16:08:24 UTC
Windows-only.

Win 5.2 repo blames https://cgit.freedesktop.org/libreoffice/core/commit/?id=dd46727b99d4bb5135451aa7e5e1bdb197373843

Resolves; tdf#87120 no keyboard navigation inside floating windows
lets try and treat these the same as we do normal toplevels
like dialogs if they popup with GrabFocus.

This way focus can be set on widgets inside the floating windows, and
so keyboard traversal of widgets etc all works.

Adding Cc: to Caolán McNamara
Comment 2 Caolán McNamara 2018-07-16 12:36:51 UTC
do you mean there is no blinking cursor in the main window while the menu is active ?
Comment 3 Buovjaga 2018-07-16 13:23:50 UTC
(In reply to Caolán McNamara from comment #2)
> do you mean there is no blinking cursor in the main window while the menu is
> active ?

Yep, no blinking cursor in the Writer text input area.
Comment 4 Caolán McNamara 2018-11-05 09:25:09 UTC
I think we can live with this as a sort of desirable consequence of the focus truly moving to the floating elements