]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/modules/html/BUGS
Fixed a deadlock problem when using threads
[wxWidgets.git] / utils / wxPython / modules / html / BUGS
1 Known bugs
2
3 html, all:
4 - keys can move the vertical scrollbar, but the window moveth not.
5 problem in wxHTML.
6
7 - widgets are not removed when the HTML contents is changed
8 (this can be fixed by adding ~HtmlWidgetCell { wnd->Destroy(); } )
9
10 - potential problem with the use of ThreadState in html.i
11 (mainly because I don't really know what I'm doing there)
12
13 html, msw:
14 - vertical scrollbar behaves erratically when content smaller than
15 window
16
17 - page with widgets takes forever to draw when constructed
18 in frame constructor
19
20 - sometimes the python scripts with html crash on startup, before
21 the window is displayed (illegal operation). this seems mainly to
22 happen when the various libs are not yet in the disk cache. race
23 condition?