For Upstream wxWidgets
From Audacity Wiki
For notes on issues that we may pass back upstream to wxWidgets.
Confirmed Issues
add Trac tracking link for any that have been reported upstream
Workarounded
- wxGridCellChoiceEditor's virtual function StartingKey() either isn't called or doesn't do anything (multiple inheritance and virtual function issue?), leading to loss of first character, whence Bug 1389 workaround
- wxSplashScreen (used during initialisation) appears to prevent use of any modal dialog, whence Bug 1377 workaround
Notes and Scribbles
- wxFileConfig very slow (on non SSD volume)? Or is it some other problem?
Older
WxWishlist has some old requests for improved functionality.
[Category:ForDevelopers]