Update bugs/todo

This commit is contained in:
Florian Bruhin 2014-07-10 22:50:45 +02:00
parent 4114308193
commit ad8f9d6685
2 changed files with 31 additions and 0 deletions

View File

@ -7,9 +7,38 @@ Bugs
e.g. loading a page and immediately yanking the (non-resolved) URL should e.g. loading a page and immediately yanking the (non-resolved) URL should
work. 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 - seir sometimes sees "-- COMMAND MODE --" even though that should never
happen. happen.
- Shift-Insert in commandline pastes clipboard instead of primary selection
- Hint positions wrong in wordpress admin interface - Hint positions wrong in wordpress admin interface
- download-page on qute:htmllog is broken - download-page on qute:htmllog is broken

View File

@ -52,6 +52,8 @@ Downloads
Improvements / minor features 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. - Distinction between :q and :wq, add ZZ and ZQ shortcuts.
- set_toggle to toggle setting between two states - set_toggle to toggle setting between two states
- Customizable statusbar - Customizable statusbar