Update BUGS/TODO

This commit is contained in:
Florian Bruhin 2014-08-06 06:19:26 +02:00
parent 09dda5d769
commit d04c032337
2 changed files with 6 additions and 1 deletions

View File

@ -79,6 +79,7 @@ Misc
----
- All kind of FIXMEs
- Tab positions/focusing is confusing (when closing tabs or opening a new one)
- On doodle, when modifying something on http://doodle.com/create and clicking
a link to leave the page, with some random clicking it's somehow possible to
get out of yesno mode.
@ -92,6 +93,11 @@ Misc
- Current font handling is rather broken (rejecting invalid values / setting
multiple font families)
Tests
-----
- Use unittest.Mock and especially unittest.patch more.
Upstream Bugs
=============

View File

@ -112,7 +112,6 @@ style
- Use list models for completion and a proxy model which converts them to a
tree?
- Use unittest's subtests for typical "for ... in ..." tests.
dwb keybindings to possibly implement
=====================================