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

Kevin Suo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bisected, regression
                 CC|                            |[email protected]

--- Comment #7 from Kevin Suo <[email protected]> ---
git bisect from source:

1c3a784d38fc5986c78bab8d283c4661347baf43 is the first bad commit
commit 1c3a784d38fc5986c78bab8d283c4661347baf43
Author: Justin Luth <[email protected]>
Date:   Mon Feb 20 10:35:25 2017 +0300

    tdf#105256 gtk findfocus return only if focused

    A patch related to tdf#96685 (commit
598e6a024163f1510d076000788b7745625f5ed5)
    caused the initial regression that Japanese-mozc would freeze(tdf#100903).
    That patch only modified what happened when the text was marked as focused.

    However, the regression fix for Japanese bug 100903 (commit
    1c81af2c1814e8bd12701f85e09cebf5fe206647) was not placed
    inside of the "if focused" code, and so it applies to more situations
    than were broken by the first regression, thus causing new bug 105256.

    So, applying fix 100903 ONLY when focused solves both problems.

    Change-Id: I1d8381f2d8cf793d481287ae975ce8a485b6c573
    Reviewed-on: https://gerrit.libreoffice.org/34453
    Reviewed-by: Justin Luth <[email protected]>
    Tested-by: Justin Luth <[email protected]>
    Reviewed-by: Takeshi Abe <[email protected]>

:040000 040000 9c2b39204acd2b1fae31c64823c4856154381753
ab6a3f50dbc600872b11d81b91eef7cd350b65d3 M      vcl

Adding Takeshi Abe to cc as the author Justin Luth is not on bugzilla. Would
you please take a look, thanks.


git bisect log:
# bad: [1324b7f1ce136cb3de617ee72b30468c8717aed9]
s/AUTOLAYOUT_TITLE_VERTICAL_OUTLINE_CLIPART/AUTOLAYOUT_TITLE_2VTEXT
# good: [872a2d389588e26e0f1f8bbd7a95e5273cd8263f] coverity#1401345
Uninitialized scalar field
git bisect start '1324b7f1ce136cb3de617ee72b30468c8717aed9'
'872a2d389588e26e0f1f8bbd7a95e5273cd8263f'
# good: [b9dd9bbdf248c0b5da981533c5411460bc354fd0] remove unused External from
ConvErr enum
git bisect good b9dd9bbdf248c0b5da981533c5411460bc354fd0
# bad: [917d5b8b26a7428f7b7dd495a8db14a3ce16aa55] Resolves: tdf#97731 allow
status bar to adapt to its own preferred size
git bisect bad 917d5b8b26a7428f7b7dd495a8db14a3ce16aa55
# good: [65cfa0eed38ceeb4e96c97b76772bb191129fd83] desktop: unit test to for sd
ViewAnnotations command
git bisect good 65cfa0eed38ceeb4e96c97b76772bb191129fd83
# good: [b02416ea4742873153227b6eaca00a15e7335987] sd lok: Don't rely on model
notify events
git bisect good b02416ea4742873153227b6eaca00a15e7335987
# good: [6fbce0cb340448dc0074ff2462babc657da46056] gbuild-to-ideNS: stop
printing multi-target warning, again
git bisect good 6fbce0cb340448dc0074ff2462babc657da46056
# bad: [3ee1c41ac72aaae9f364708b1c4df58d7643a341] tdf#105931 Add function
ROUNDSIG to Calc.
git bisect bad 3ee1c41ac72aaae9f364708b1c4df58d7643a341
# bad: [1c3a784d38fc5986c78bab8d283c4661347baf43] tdf#105256 gtk findfocus
return only if focused
git bisect bad 1c3a784d38fc5986c78bab8d283c4661347baf43
# first bad commit: [1c3a784d38fc5986c78bab8d283c4661347baf43] tdf#105256 gtk
findfocus return only if focused

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

Reply via email to