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