]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/modules/lseditor/BUGS
lots'o' wxpython modules files
[wxWidgets.git] / utils / wxPython / modules / lseditor / 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 html, gtk:
21 - segfault on exit; sometimes warning about assert failure
22 (m_Object->refcount > 0)
23
24
25 editor, all:
26 - (missing feature, really) syntax highlighting data is
27 compile time.
28