wxtrac
wxtrac
#### 2014-10-10 02:10:31: jank9201 (jank) uploaded file [`slow-table-layout.xml`](https://github.com/wxWidgets/trac-attachments/tree/main/ticket/5fc/5fc2bbaac8ce279765a1f1400e0688699681e2c8/ac91f870db1a072a8779bd8241450348da7b0152.xml) (101.5 KiB)
#### 2014-10-13 16:03:05: @JulianSmart commented ___ Indeed not, and yes it's quite slow, sorry.
#### 2021-03-24 19:51:32: @NewPagodi commented ___ If I'm understanding this correctly, the transfer times out, has its socket closed in the handler for the timeout, but there is a final...
#### 2021-03-24 20:20:47: @NewPagodi commented ___ Upon further investigation, curl also provides a close socket [callback](https://curl.se/libcurl/c/CURLOPT_CLOSESOCKETFUNCTION.html). We could just add a callback for that and call m_socketPoller->StopPolling(s); from there instead...
#### 2021-03-24 22:14:21: @vadz commented ___ Replying to [comment:1 NewPagodi]: > If I'm understanding this correctly, the transfer times out, Thanks for looking at this! I didn't (and unfortunately still...
#### 2014-05-22 17:08:25: @vadz changed status from *new* to *confirmed* #### 2014-05-22 17:08:25: @vadz commented Any contributions would be welcome but please don't set the milestone unless you intend to...
#### 2014-05-22 17:13:18: Metallicow (Metallicow) commented ___ opps. I intended a feature request in general. Ok understood. Thanks.
#### 2021-11-15 22:26:08: JeffYoung commented ___ Does wxSearchField need a fieldEditor, and then a third case in wxNonOwnedWindowController's windowWillReturnFieldEditor: ?
#### 2021-12-13 22:56:18: stuart.allie (Stuart Allie) commented ___ I can add that wxEVT_KILL_FOCUS is also not (reliably) sent for wxSearchCtrl on the Mac. It is sent sometimes (eg. changing to...
#### 2021-05-27 22:49:25: @vadz commented ___ I honestly don't know. Is it really common to use dark mode for some application even when the rest of the system doesn't use...