| Summary: | Assertion when inserting an image in Writer (gtk3) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Julien Nabet <serval2412> |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | aron.budea, caolan.mcnamara |
| Priority: | medium | Keywords: | haveBacktrace |
| Version: | 7.0.0.0.alpha0+ | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:7.0.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 105537 | ||
| Attachments: | bt with debug symbols (gtk3) | ||
|
Description
Julien Nabet
2020-05-01 22:10:21 UTC
Created attachment 160205 [details]
bt with debug symbols (gtk3)
Caolán: thought you might be interested in this one since it's specific to gtk3. Confirmed with LO 7.0.0.0.alpha0+ (60fcd4427231e8c48cd3bf8307e280fd3a13a84f) / Ubuntu. means the thing toggled should have been a GtkToggleToolButton instead of a GtkToolButton Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0db6e58fd4273e2a4f6992fe719f965464dadece Resolves: tdf#132604 GtkToolButtons that should be GtkToggleToolButtons It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. With master sources updated after patch, I don't reproduce this. Thank you Caolán! |