diff options
author | Florian Bruhin <git@the-compiler.org> | 2014-07-10 22:50:45 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2014-07-10 22:50:45 +0200 |
commit | ad8f9d6685e9a5392e01833cee71e3507511d2ff (patch) | |
tree | dc1f7332aaf3754bb22e200604714d8ac67d43b7 /doc | |
parent | 4114308193462a7422bcdb83495b3696847b744e (diff) | |
download | qutebrowser-ad8f9d6685e9a5392e01833cee71e3507511d2ff.tar.gz qutebrowser-ad8f9d6685e9a5392e01833cee71e3507511d2ff.zip |
Update bugs/todo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/BUGS | 29 | ||||
-rw-r--r-- | doc/TODO | 2 |
2 files changed, 31 insertions, 0 deletions
@@ -7,9 +7,38 @@ Bugs e.g. loading a page and immediately yanking the (non-resolved) URL should work. +- When setting tabbar -> expand to true on xmonad (?), the window expands + continously: + + egan │ Sorry, what I mean is that the length of the tab starts at a specific + size and grows to the right continually. + + egan │ In fact the web page rendered in the tab also scrolls in that + direction until it is no longer visible + + egan │ This is accompanied by high CPU usage + +- Weird bugs when editing default keybindings: + + egan │ posativ: No. It appears a little more complicated that that too. It + reverts some of my mappings to the default and some of them it duplicates so + that the default calls the same command as my mapping. + + egan │ For the most part it seems like editing the default keybindings is + dysfunctional at this point. Some of my bindings are kept, but most are + reverted, duplicated, or just wrong (i.e. a key I bound to one command gets + rebound to a different command to which it was not originally bound). + + egan │ The last part makes me think of an off-by-one error in lists. I'll + take a look at the code and see if I can see anything. + +- tabbar -> close-on-right-click is broken + - seir sometimes sees "-- COMMAND MODE --" even though that should never happen. +- Shift-Insert in commandline pastes clipboard instead of primary selection + - Hint positions wrong in wordpress admin interface - download-page on qute:htmllog is broken @@ -52,6 +52,8 @@ Downloads Improvements / minor features ============================= +- "go up in the URL path" mapped to gu for example [egan] +- command which closes other tabs in a direction [egan] - Distinction between :q and :wq, add ZZ and ZQ shortcuts. - set_toggle to toggle setting between two states - Customizable statusbar |