Update TODO/BUGS

This commit is contained in:
Florian Bruhin 2014-06-19 12:13:36 +02:00
parent 3435aef78c
commit a5f8199fc0
2 changed files with 13 additions and 4 deletions

12
BUGS
View File

@ -1,11 +1,23 @@
Bugs
====
- On doodle, when modifying something on http://doodle.com/create and clicking
a link to leave the page, the message is suboptimal. Also, with some random
clicking it's somehow possible to get out of yesno mode.
- Holding ^ and then @ in command input produces a surprising result on seir's
machine on e595e42:
expected: ^^^^^^^^^^^^^^@@@@@@@@@@@@
reality: ^^^^^^^^^^^^^^@^^^^^^^^^^^
- Because restart is broken, using "restore tabs" in crash dialog doesn't work
anymore.
- Segfaults when trying to load http://cmpl.cc/downloads/hlwm-tablet.mkv
- Segfaults with youtube HTML5 player
- URL detection and encoded spaces
e.g. when trying to open a link with %20 interactively, or even via click.

5
TODO
View File

@ -13,7 +13,6 @@ Before 0.1
- SSL handling
- ssl-strict=ask
- SSL-symbol in statusbar?
- Downloads (at least calling a handler)
New big features
================
@ -27,7 +26,6 @@ New big features
NoScript
Certificate Patrol
https://chrome.google.com/webstore/detail/remove-google-redirects/ccenmflbeofaceccfhhggbagkblihpoh
- Downloads
- session handling / saving
- multi window (see notes)
- IPC, like dwb -x (see notes)
@ -39,9 +37,8 @@ New big features
Improvements / minor features
=============================
- Commandline argument to delete config
- Settings dialog
- Don't use pkg_resources if unavailable, or detect it on start.
Debian: python3-pkg-resources
- Use argparse and do something like click for command arguments, then we can
have flags etc.
- Reimplement tabbar to paint it by ourselves to look like dwb