Known Bugs/Omissions
- tooltip doesn't quite work. Look at usage of Multi in RVV, that should all
be hidden in tooltip, including work-around for fg_used at the end,
- :dock is a bad name, since it's also used for applets in taskbars (or
rather, trays, in X terminology),
- Terminals tend not to accept the Pastes from Wise. This is because they do
not accept the callback from the Wise widgets for safety reasons. They finally
grab the string from a Rotation Buffer, which is correct, but very late. Other
programs succeed better in this, but I don't know how to solve this,
- unmapped widgets still seem to get focus when pressing TAB, but never
release it in the same way,
- VList, HList and multi have no scrollbars, no scrollpane or something like
that,
- Some parts are really slow at the moment. Caching can improve this, but
premature optimization is the root of all evil,
- Update of sub-widgets not checked, known not to function when background
is set (borders won't update color),
- Button should manipulate :relief_used, not hack :relief.
Kero