| Summary: | Assert when moving an item at customization | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Heiko Tietze <heiko.tietze> |
| Component: | UI | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | aron.budea, caolan.mcnamara, kara, serval2412 |
| Priority: | medium | Keywords: | haveBacktrace, needUITest |
| Version: | 6.2.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=120238 | ||
| Whiteboard: | target:6.2.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 105537 | ||
| Attachments: | gdb bt | ||
|
Description
Heiko Tietze
2018-10-02 10:32:03 UTC
Confirmed on Version: 6.2.0.0.alpha0+ Build ID: ef20b1d3dbc834d1fd4f858ed5f10e24747a0216 CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); Calc: threaded 6.1.1 doesn't have the issue. So a regression. Seems liek we need some more UI tests for the dialog. In File menu, I don't see "Customization" item. (I enabled Advanced features) Where can it be found? (In reply to Julien Nabet from comment #2) > In File menu, I don't see "Customization" item. (I enabled Advanced features) > Where can it be found? Customization is an extra menu item under Tools. You get the dialog where commands can be assigned to toolbars, menus or shortcuts. Created attachment 145336 [details]
gdb bt
On pc Debian x86-64 with master sources updated today, I could reproduce the assert.
Thank you Heiko for your feedback. Caolán: noticing the assert has been added with 64d764e02a848ed243409092d3fdcb4775db5153, thought you might be interested in this one. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d25c88ef9bbc9ab74a90b2669561e336d5a7a148 Resolves: tdf#120265 assert on moving item via customization dialog It will be available in 6.2.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. No assertion with Version: 6.2.0.0.alpha0+ Build ID: 42b629bc7f700d6f1d1b922e5c6aab119b8edf27 CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); Calc: threaded |