Update BUGS/TODO
This commit is contained in:
parent
4ca441e136
commit
adf271bc4b
7
doc/BUGS
7
doc/BUGS
@ -27,7 +27,6 @@ Webview
|
|||||||
- ok is always True in WebPage:on_load_status_changed, even when an error page
|
- ok is always True in WebPage:on_load_status_changed, even when an error page
|
||||||
is loaded (probably *because* we're loading the error page and that
|
is loaded (probably *because* we're loading the error page and that
|
||||||
succeeds).
|
succeeds).
|
||||||
- Opening editor is broken on http://p.cmpl.cc/ (probably a CodeMirror issue?)
|
|
||||||
- Middle-clicking anchors doesn't actually move to the anchor in the new tab
|
- Middle-clicking anchors doesn't actually move to the anchor in the new tab
|
||||||
- lots of "Element vanished" warnings on
|
- lots of "Element vanished" warnings on
|
||||||
http://docs.saltstack.com/en/latest/topics/tutorials/pillar.html when
|
http://docs.saltstack.com/en/latest/topics/tutorials/pillar.html when
|
||||||
@ -39,13 +38,9 @@ Input
|
|||||||
|
|
||||||
- going to passthrough mode (Ctrl-V) then clicking element to go to insert
|
- going to passthrough mode (Ctrl-V) then clicking element to go to insert
|
||||||
mode, then leaving insert mode clears statusbar text.
|
mode, then leaving insert mode clears statusbar text.
|
||||||
- seir sometimes sees "-- COMMAND MODE --" even though that should never
|
|
||||||
happen.
|
|
||||||
- Shift-Insert in commandline pastes clipboard instead of primary selection
|
- Shift-Insert in commandline pastes clipboard instead of primary selection
|
||||||
- Auto-insert-mode sometimes doesn't work correctly (e.g. login form of Gitlab)
|
- Auto-insert-mode sometimes doesn't work correctly (e.g. login form of Gitlab)
|
||||||
- Sidewise scrolling via mousewheel broken
|
- Sidewise scrolling via mousewheel broken
|
||||||
- Crash when getting js prompt and alert at the same time?
|
|
||||||
http://paste.the-compiler.org/view/8c39f5ea
|
|
||||||
|
|
||||||
Rendering
|
Rendering
|
||||||
---------
|
---------
|
||||||
@ -109,6 +104,4 @@ Upstream Bugs
|
|||||||
Asked on SO: http://stackoverflow.com/q/23499159/2085149
|
Asked on SO: http://stackoverflow.com/q/23499159/2085149
|
||||||
TODO: Report to PyQt/Qt
|
TODO: Report to PyQt/Qt
|
||||||
|
|
||||||
- Various segfaults on youtube videos
|
|
||||||
|
|
||||||
- Report some other crashes
|
- Report some other crashes
|
||||||
|
11
doc/TODO
11
doc/TODO
@ -6,7 +6,7 @@ Before 0.1
|
|||||||
- Manpage
|
- Manpage
|
||||||
- Website
|
- Website
|
||||||
- FAQ
|
- FAQ
|
||||||
- Single-instance and multi-window
|
- Single-instance and multi-window (see notes)
|
||||||
- Maybe test under other platforms
|
- Maybe test under other platforms
|
||||||
- Autosave feature (against segfaults/...)
|
- Autosave feature (against segfaults/...)
|
||||||
- Save tabs feature with sessions
|
- Save tabs feature with sessions
|
||||||
@ -15,8 +15,6 @@ Before 0.1
|
|||||||
- More dwb keybindings
|
- More dwb keybindings
|
||||||
- Use :open engine searchterm syntax for searching
|
- Use :open engine searchterm syntax for searching
|
||||||
- ssl-strict=ask
|
- ssl-strict=ask
|
||||||
- Use argparse and do something like click for command arguments, then we can
|
|
||||||
have flags etc.
|
|
||||||
- Icon
|
- Icon
|
||||||
- Bookmarks?
|
- Bookmarks?
|
||||||
- Completion for quickmarks/bookmarks?
|
- Completion for quickmarks/bookmarks?
|
||||||
@ -33,8 +31,6 @@ New big features
|
|||||||
NoScript
|
NoScript
|
||||||
Certificate Patrol
|
Certificate Patrol
|
||||||
https://chrome.google.com/webstore/detail/remove-google-redirects/ccenmflbeofaceccfhhggbagkblihpoh
|
https://chrome.google.com/webstore/detail/remove-google-redirects/ccenmflbeofaceccfhhggbagkblihpoh
|
||||||
- multi window (see notes)
|
|
||||||
- IPC, like dwb -x (see notes)
|
|
||||||
- Internationalization
|
- Internationalization
|
||||||
- more completions (URLs, ...)
|
- more completions (URLs, ...)
|
||||||
- proper webpage history
|
- proper webpage history
|
||||||
@ -95,7 +91,6 @@ Improvements / minor features
|
|||||||
- Enable disk caching (see notes)
|
- Enable disk caching (see notes)
|
||||||
- clear cookies command
|
- clear cookies command
|
||||||
- keybind/aliases should have completion for commands/arguments
|
- keybind/aliases should have completion for commands/arguments
|
||||||
- Hiding scrollbars
|
|
||||||
- Add more element-selection-detection code (with options?) (see notes)
|
- Add more element-selection-detection code (with options?) (see notes)
|
||||||
- somehow unfocus elements (hide blinking cursor) when insert mode is left?
|
- somehow unfocus elements (hide blinking cursor) when insert mode is left?
|
||||||
- Copy link location on crash mail should not copy mailto:
|
- Copy link location on crash mail should not copy mailto:
|
||||||
@ -125,9 +120,7 @@ style
|
|||||||
|
|
||||||
- Use list models for completion and a proxy model which converts them to a
|
- Use list models for completion and a proxy model which converts them to a
|
||||||
tree?
|
tree?
|
||||||
- Stuff under scripts/ (especially generate_doc and run_checks) could use a
|
- Stuff under scripts/ (especially asciidoc2html) could use a rewrite.
|
||||||
rewrite.
|
|
||||||
- Use separate logger for config
|
|
||||||
- Use unittest.Mock and especially unittest.patch more.
|
- Use unittest.Mock and especially unittest.patch more.
|
||||||
- Check where using signals would be better than objreg.get.
|
- Check where using signals would be better than objreg.get.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user