| Summary: | Colour dropdrown lists are displayed for a fraction of second (gtk3) (ambiance, radiance theme) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Xisco Faulí <xiscofauli> |
| Component: | LibreOffice | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 5.3.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:6.0.0 target:5.4.4 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 103182, 105497 | ||
|
Description
Xisco Faulí
2017-10-06 16:42:07 UTC
Regression introduced by: author Caolán McNamara <caolanm@redhat.com> 2016-11-05 20:28:27 (GMT) committer Caolán McNamara <caolanm@redhat.com> 2016-11-07 21:04:50 (GMT) commit 64a708cba9b954afe3331f63c58218eb53b3d0ce (patch) tree ddc1bea3b63f32a1c6d377c1d1dd7aee0803fb70 parent f01c49c4a89ecad2376fd0023625186e5cac642e (diff) Revert "Reverts a commit series that cripple windows ci." with addition of... - svxlo-SvxColorListBox + svxcorelo-SvxColorListBox This reverts commit db380aab1063e8a5e40111c40ee9f7921aa82601. Bisected with: bibisect-linux-64-5.3 Adding Cc: to Caolán McNamara This doesn't happen for me. I rather suspect its an issue around the version of gtk3 LibreOffice is built against vs the one its deployed against, so where do you get your build you test with ? and what is the version of gtk3 on the box you test on ? More info here: GTK3 version: libgtk-3-0:amd 3.22.11-0ubu Only reproducible with Ambiance or Radiance themes but not with Adwaita theme. I don't reproduce the issue if i click on the Scheme dropdown button first and then I click on any popup. Changes to another option and coming back to Application colors make the issue reappear I think the theme has bold vs non-bold in the titlebar depending on whether the window has the focus and the launch of the popup removes the focus, which triggers a size change for the window and propagates a size change to the container libreoffice window which close-popups if a window resize is received, even if the container doesn't actually change size Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ff8722507473328e811cdcd6293f091afe6aa7d3 Resolves: tdf#112943 don't close popups on resize if size didn't change It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. backport to 5-4 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a0527cf1105ca1e58d8ae510d7ff6ae870743771&h=libreoffice-5-4 Resolves: tdf#112943 don't close popups on resize if size didn't change It will be available in 5.4.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |