diff options
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 106 |
1 files changed, 67 insertions, 39 deletions
@@ -1,42 +1,70 @@ | |||
1 | Known bugs and missing features that will be fixed in future version: | 1 | Known bugs and missing features that will be fixed in future version: |
2 | 2 | ||
3 | bugs: | 3 | BUGS: |
4 | 4 | ||
5 | * Remember menu sometimes isn't present in window menu. Probably need to | 5 | * Slit (check toolbar too) layernum isn't initialised to resource |
6 | add a signal for menu reconfigures (Screen::setupWindowActions) | 6 | value on init. Also check why Fluxbox::Layer is used rather than int. |
7 | * MenuAlpha (at least) isn't 'per-screen' - takes the value of the highest | 7 | |
8 | numbered screen. | 8 | * Remember menu sometimes isn't present in window menu. Probably need |
9 | * Window handle is invisible sometimes. | 9 | to add a signal for menu reconfigures (Screen::setupWindowActions) |
10 | * KDE support needs attention (e.g. klipper). | 10 | |
11 | * Some menus don't close when you click on items. | 11 | * MenuAlpha (at least) isn't 'per-screen' - takes the value of the |
12 | * Transparancy for the slit does not always work right. | 12 | highest numbered screen. |
13 | * After startup the font of the toolbar is to big; reload config works | 13 | |
14 | around this. | 14 | * Window handle is invisible sometimes. |
15 | * Transient windows seem to not have a X border - is this right? | 15 | |
16 | * saving of number of workspaces on restart | 16 | * KDE support needs attention (e.g. klipper). |
17 | * multiple transients -> in openoffice - focus jumps between until user | 17 | |
18 | does something | 18 | * Some menus don't close when you click on items. |
19 | -> in mozilla - alt-tabbing does strange thigns with | 19 | |
20 | other transient layer-wise (other transient flashes) | 20 | * Transparancy for the slit does not always work right. |
21 | * gaim (0.64) crashes when remembering dimensions... is this a gaim bug? | 21 | |
22 | * workspace switching extremely slow in some cases. Particularly, user has | 22 | * After startup the font of the toolbar is to big; reload config works |
23 | large number of [remote] xload windows. | 23 | around this. |
24 | * Can lock up on workspace change - possibly related to above as it | 24 | |
25 | works when there aren't too many xload windows started up yet. | 25 | * Transient windows seem to not have a X border - is this right? |
26 | * Remember-patch grouping can change order on each restart. Need to turn | 26 | |
27 | off remember functionality when restarting (only use it for first | 27 | * Saving of number of workspaces on restart |
28 | instance). | 28 | |
29 | 29 | * Multiple transients: | |
30 | other todo: | 30 | in openoffice - focus jumps between until user does something |
31 | in mozilla - alt-tabbing does strange thigns with other transient | ||
32 | layer-wise (other transient flashes) | ||
33 | |||
34 | * gaim (0.64) crashes when remembering dimensions... is this a gaim | ||
35 | bug? | ||
36 | |||
37 | * Workspace switching extremely slow in some cases. Particularly, user | ||
38 | has large number of [remote] xload windows. | ||
39 | |||
40 | * Can lock up on workspace change - possibly related to above as it | ||
41 | works when there aren't too many xload windows started up yet. | ||
42 | |||
43 | * Remember-patch grouping can change order on each restart. Need to | ||
44 | turn off remember functionality when restarting (only use it for | ||
45 | first instance). | ||
46 | |||
47 | * If you toggle a setting in the configuration-menu the notch does not | ||
48 | indicate the change until you point to another option. | ||
49 | |||
50 | Other TODO: | ||
51 | |||
31 | FAQ items for: | 52 | FAQ items for: |
32 | * "My window (e.g. mplayer/xmms) stops updating when I move windows | 53 | |
33 | around" => outline moving does this, it's not a bug, etc etc. | 54 | * "My window (e.g. mplayer/xmms) stops updating when I move |
34 | 55 | windows around" | |
35 | fixed bugs (or not-our-fault bugs): | 56 | - outline moving does this, it's not a bug, etc etc. |
36 | * Some people get weird transparency behaviour. | 57 | |
37 | -> this appears to be a problem with nvidia drivers, make sure | 58 | |
38 | RenderAccel is off (Option "RenderAccel" "false"). | 59 | Fixed bugs (or not-our-fault bugs): |
39 | (thanks RJNFC on #fluxbox, and barlad in gentoo forums) | 60 | |
40 | * Disabling full-maximize doesn't work (fixed in cvs). | 61 | * Some people get weird transparency behaviour: |
41 | * Workspace1... Workspace12 are disabled | 62 | - this appears to be a problem with nvidia drivers, make sure |
42 | * MoveTab* actions are disabled | 63 | RenderAccel is off (Option "RenderAccel" "false"). (thanks RJNFC |
64 | on #fluxbox, and barlad in gentoo forums) | ||
65 | |||
66 | * Disabling full-maximize doesn't work (fixed in cvs). | ||
67 | |||
68 | * Workspace1... Workspace12 are disabled | ||
69 | |||
70 | * MoveTab* actions are disabled | ||