Re: wxMSW wxOwnerDrawnComboBox not handle mouse wheel events. (Issue #22077)

15 views
Skip to first unread message

VZ

unread,
Feb 4, 2022, 1:03:08 PM2/4/22
to wx-...@googlegroups.com, Subscribed

Would you be able to run git bisect to find out when did this break exactly by chance? I don't remember any changes to this since 3.1.4 (a lot of things changed before it, but I can't find anything since then).


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/22077/1030224519@github.com>

Kvaz1r

unread,
Feb 4, 2022, 1:45:11 PM2/4/22
to wx-...@googlegroups.com, Subscribed

Would you be able to run git bisect to find out when did this break exactly by chance? I don't remember any changes to this since 3.1.4 (a lot of things changed before it, but I can't find anything since then).

I believe that the reason this one - 63b1f17
it move focus from combobox to wxPopupTransientWindow
and there is also extra setting of focus to wxPopupTransientWindow
here - aa42d9c#diff-e8a80d7204c632b735827e9b86c0d7b3f15860ebf279b246facf134217a4d65fR2224


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/22077/1030254971@github.com>

VZ

unread,
Sep 20, 2026, 5:08:08 PM (2 days ago) Sep 20
to wx-...@googlegroups.com, Subscribed

Closed #22077 as completed.


Reply to this email directly, view it on GitHub, or unsubscribe.

Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issue/22077/issue_event/31492921655@github.com>

VZ

unread,
Sep 20, 2026, 5:08:10 PM (2 days ago) Sep 20
to wx-...@googlegroups.com, Subscribed
vadz left a comment (wxWidgets/wxWidgets#22077)

I can't reproduce this with the following diff

diff --git a/samples/combo/combo.cpp b/samples/combo/combo.cpp
index 0cb7d518d2..7653a93cb2 100644
--- a/samples/combo/combo.cpp
+++ b/samples/combo/combo.cpp
@@ -670,6 +670,7 @@ MyFrame::MyFrame(const wxString& title)
                );
 
 
+    for(int i = 0; i < 50; i++) m_arrItems.Add("Extra");
     odc->SetSelection(0);
 
     rowSizer->Add( odc, wxSizerFlags(1).CenterVertical().Border() );

with current master (pre-3.3.4), so it looks like this was fixed. Please reopen if it still doesn't work for you.


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!

You are receiving this because you are subscribed to this thread.Message ID: <wxWidgets/wxWidgets/issues/22077/5752668715@github.com>

Reply all
Reply to author
Forward
0 new messages