[Libreoffice-bugs] [Bug 125388] LibreOffice hangs expanding the filter dropdown list (gtk3)

2019-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125388

Caolán McNamara  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

--- Comment #4 from Caolán McNamara  ---
That brings it from hangs and ~never appears, to appears after a pause

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125388] LibreOffice hangs expanding the filter dropdown list (gtk3)

2019-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125388

--- Comment #3 from Commit Notification 
 ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/237a656db82951e06f8a34e6ca2c1e50f24eb508%5E%21

tdf#125388 disable gtk callback that makes long combobox menus unusable

It will be available in 6.3.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.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125388] LibreOffice hangs expanding the filter dropdown list (gtk3)

2019-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125388

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.3.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125388] LibreOffice hangs expanding the filter dropdown list (gtk3)

2019-05-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125388

--- Comment #2 from Caolán McNamara  ---
The super slow part of this is area_apply_attributes_cb in gtk's gtktreemenu.c
which is called on each row, and for each row gtk_tree_menu_get_path_item is
called and that loops through the full list of widgets in the menu looking for
the row, so it slows to uselessness

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 125388] LibreOffice hangs expanding the filter dropdown list (gtk3)

2019-05-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125388

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected, perf,
   ||regression
   Priority|medium  |high
 Status|UNCONFIRMED |NEW
 Blocks||103182
 Ever confirmed|0   |1
Summary|LibreOffice hangs expanding |LibreOffice hangs expanding
   |the filter dropdown list|the filter dropdown list
   ||(gtk3)
 CC||caol...@redhat.com,
   ||xiscofa...@libreoffice.org

--- Comment #1 from Xisco Faulí  ---
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=59d1d9e661ee4a805ee280d7afab51a52bb11ed3

author  Caolán McNamara 2019-04-15 20:49:03 +0100
committer   Caolán McNamara 2019-04-16 22:20:17
+0200
commit  59d1d9e661ee4a805ee280d7afab51a52bb11ed3 (patch)
treeff4f8cf1a798a1d7c88373529c5d632ceea913c5
parent  e1eaed63d03c3a5fa31722072d6f7c4478f1342b (diff)
weld ScFilterDlg

Bisected with: bibisect-linux64-6.3

Adding Cc: to Caolán McNamara


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103182
[Bug 103182] [META] GTK3-specific bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs