Bug 81050 - Child windows often doesn't get the focus
Summary: Child windows often doesn't get the focus
Status: VERIFIED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
4.3.0.2 rc
Hardware: Other Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:5.1.0
Keywords: bibisected, regression
Depends on:
Blocks:
 
Reported: 2014-07-08 13:54 UTC by Cor Nouws
Modified: 2016-09-03 09:54 UTC (History)
3 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 Cor Nouws 2014-07-08 13:54:54 UTC
Running Ubuntu.

In 4.3.0.x it happens very ofthe (50% of the time) that a child window such as Past Special; Insert Footnote, Save.. doesn't get the focus.

Not nice for key board addicts.

It happens with 4.2.5 too occasionally, but far far less.
Comment 1 Michael 2015-05-21 05:59:19 UTC
I confirm this on 4.3.7.2 (Linux 64bit Fedora)
Comment 2 Michael 2015-05-22 20:24:21 UTC
This bug also exists in bibisect-releases/libreoffice-4.4.2.2

... however it is fixed in the 5.0 branch since approx Feb 28th. Below is a "reverse bibisect", where good means bad and bad means good. Meaning the fix occurred at or after 3d586d61d6a2b314783203d92fb0c1b62ea0e95e and before e3e95f97638ff4d2c230cbc1f560a148863fb7a5


$ git bisect log
# bad: [c0fbc9b85ec523099dceb0f4f778fb10042efbd7] 2015-05-19: source-hash-158b50763962f66515062300e265839828463efa
# good: [e4b0a61cedc6ac0e65a4a110fd83edd8295f4856] 2014-11-20: source-hash-d273a60bfdbf9bb7623bed38667ec0647753157c
git bisect start 'c0fbc9b85ec523099dceb0f4f778fb10042efbd7' 'e4b0a61cedc6ac0e65a4a110fd83edd8295f4856'
# good: [935d2b58beb350acf647a664a1e97376503b8acb] 2015-02-18: source-hash-dd4bd0ee74fae3d7e3a16e018021da173152571b
git bisect good 935d2b58beb350acf647a664a1e97376503b8acb
# bad: [7e67865d7214e3089ffceeaac1ba916f03ac21c0] 2015-04-04: source-hash-b326270fb921b3c2e7fff2da76ebae33adcaef3d
git bisect bad 7e67865d7214e3089ffceeaac1ba916f03ac21c0
# bad: [cb3ddf5124be475f0fbfeacd1128e444b06e8982] 2015-03-12: source-hash-1714dd654ee04918c0814fd09cd8522493d804b4
git bisect bad cb3ddf5124be475f0fbfeacd1128e444b06e8982
# bad: [16a2dcb72c7715a25c18e197a6b441511c67afd6] 2015-03-01: source-hash-e3e95f97638ff4d2c230cbc1f560a148863fb7a5
git bisect bad 16a2dcb72c7715a25c18e197a6b441511c67afd6
# good: [19dc77e1bbabe757b7bf4d8b937214c10d2a905d] 2015-02-23: source-hash-a2fa9e2468aa5c4fd4b610c5d0ebc8959e87a072
git bisect good 19dc77e1bbabe757b7bf4d8b937214c10d2a905d
# good: [7cacd865be7861c0470c3587e363fbd75dce54de] 2015-02-26: source-hash-fe9f69f6c86b75bf42ec13aef76aab1975d51c6f
git bisect good 7cacd865be7861c0470c3587e363fbd75dce54de
# good: [1dc27bdd544defb524030b992fc10bff42ca0447] 2015-02-28: source-hash-3d586d61d6a2b314783203d92fb0c1b62ea0e95e
git bisect good 1dc27bdd544defb524030b992fc10bff42ca0447
# first bad commit: [16a2dcb72c7715a25c18e197a6b441511c67afd6] 2015-03-01: source-hash-e3e95f97638ff4d2c230cbc1f560a148863fb7a5
Comment 3 Joel Madero 2015-05-23 03:46:36 UTC
So this is bibisected but not bisected - bisected means you identified the exact commit (not just a range). Updating.
Comment 4 Robinson Tryon (qubit) 2015-12-13 11:10:49 UTC Comment hidden (obsolete)
Comment 5 Caolán McNamara 2016-08-31 15:31:08 UTC
This is reported as broken in 4.2, 4.3 and 4.4, but reported as good in 5.0 series, all these series are no longer supported so closing this as fixed in 5-1
Comment 6 Cor Nouws 2016-09-03 09:54:20 UTC
confrimed. Thanks!