| Summary: | Pb to display some fields of a column (gtk3 only) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Julien Nabet <serval2412> |
| Component: | Base | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara |
| Priority: | medium | ||
| 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: | ||
| Attachments: |
screenshot with gen rendering
screenshot with gtk3 rendering screenshot |
||
|
Description
Julien Nabet
2020-05-10 07:47:27 UTC
I noticed these kinds of logs during tests: (soffice:18031): Gtk-CRITICAL **: 09:43:55.506: gtk_tree_model_get_n_columns: assertion 'GTK_IS_TREE_MODEL (tree_model)' failed (soffice:18031): Gtk-CRITICAL **: 09:43:55.506: gtk_list_store_insert_with_values: assertion 'GTK_IS_LIST_STORE (list_store)' failed (soffice:18031): Gtk-CRITICAL **: 09:43:55.506: gtk_list_store_insert_with_values: assertion 'GTK_IS_LIST_STORE (list_store)' failed (soffice:18031): Gtk-CRITICAL **: 09:43:55.506: gtk_cell_view_set_displayed_row: assertion 'GTK_IS_TREE_MODEL (cell_view->priv->model)' failed (soffice:18031): Gtk-CRITICAL **: 09:43:55.506: gtk_cell_view_set_displayed_row: assertion 'GTK_IS_TREE_MODEL (cell_view->priv->model)' failed (soffice:18031): Gtk-CRITICAL **: 09:44:49.186: gtk_cell_view_set_displayed_row: assertion 'GTK_IS_TREE_MODEL (cell_view->priv->model)' failed (soffice:18031): Gtk-CRITICAL **: 09:44:49.189: gtk_list_store_clear: assertion 'GTK_IS_LIST_STORE (list_store)' failed (soffice:18031): Gtk-CRITICAL **: 09:44:49.189: gtk_list_store_clear: assertion 'GTK_IS_LIST_STORE (list_store)' failed ** (soffice:18031): WARNING **: 09:44:49.297: Focused object has invalid index in parent ** (soffice:18031): WARNING **: 09:44:49.298: Focused object has invalid index in parent Caolán: thought you might be interested in this one since it's specific to gtk3. Created attachment 160583 [details]
screenshot with gen rendering
Created attachment 160584 [details]
screenshot with gtk3 rendering
hmm, yes, this is probably a problem from commit bc0e0f633b05c4f91b6695488fc9e5c127507ba5 Author: Caolán McNamara <caolanm@redhat.com> Date: Thu Apr 9 11:41:00 2020 +0100 tdf#131120 use a replacement for GtkComboBox where the model was moved out of the combobox to use in its replacement, we probably need to put it back when we're finished or dup it or something of that nature Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0c50447a94d092d1c19edb1bdebf9bf6dde3ae0f Resolves: tdf#132902 restore original hierarchy in dtor 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. Created attachment 160681 [details]
screenshot
Caolán: "Autovalue" and "Entry required" are ok now. thank you!
Nitpick: I noticed that the second "p" of Properties is cropped by bottom.
Should I submit a new bugtracker or could it be a patch related to this one?
I imagine that's ~always been like that, its from the bare "15" used in dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx which still uses non-welded or even non-layout aware widget layout. If that gets converted to native widgetry it'll get fixed as part of that. (In reply to Caolán McNamara from comment #8) > I imagine that's ~always been like that, its from the bare "15" used in > dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx which still uses > non-welded or even non-layout aware widget layout. If that gets converted to > native widgetry it'll get fixed as part of that. No pb, let's wait welding process, it's just nitpick. |