File: issues.txt

package info (click to toggle)
wxwidgets3.0 3.0.5.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120,464 kB
  • sloc: cpp: 896,633; makefile: 52,303; ansic: 21,971; sh: 5,713; python: 2,940; xml: 1,534; perl: 264; javascript: 33
file content (35 lines) | stat: -rw-r--r-- 1,303 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Outstanding issues
------------------

Last updated 19/3/2000.

See also: todo.txt.

- wxTextCtrl doesn't work as a stream buffer in Linux/gcc.

- No wxToolTip (but see wxToolBar for a way of implementing it).

- Need a way of specifying default settings for colour/font/etc.

- More optimisation could be done to reduce X server traffic, etc.

- Should scrollbars take on the background colour? Not right for
  e.g. wxScrolledWindows, so maybe have wxSystemSettings value for
  scrollbar colour, and/or ability to set scrollbar colour independently.

- wxFrame can accept events, but apps cannot draw into it for
  Workaround: use an embedded wxWindow.

- The background of a window sometimes isn't restored when changing
  notebook pages (see sashtest, mdi examples). The notebook background
  colour shows through. A resize, or scroll, restores the correct
  background colour.

- In Life! sample, text above slider isn't legible.

- samples/html/helpview and samples/help demonstrate that sometimes,
  XPM images can't be loaded, perhaps only in 256-colour mode. This
  will now cause an assert rather than an X error. But we need to
  either cure the XPM loading problem, or provide alternative toolbar
  buttons (for HelpView) and icons (for places where icons are used e.g.
  in the log dialog).