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
|
||||
is loaded (probably *because* we're loading the error page and that
|
||||
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
|
||||
- lots of "Element vanished" warnings on
|
||||
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
|
||||
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
|
||||
- Auto-insert-mode sometimes doesn't work correctly (e.g. login form of Gitlab)
|
||||
- Sidewise scrolling via mousewheel broken
|
||||
- Crash when getting js prompt and alert at the same time?
|
||||
http://paste.the-compiler.org/view/8c39f5ea
|
||||
|
||||
Rendering
|
||||
---------
|
||||
@ -109,6 +104,4 @@ Upstream Bugs
|
||||
Asked on SO: http://stackoverflow.com/q/23499159/2085149
|
||||
TODO: Report to PyQt/Qt
|
||||
|
||||
- Various segfaults on youtube videos
|
||||
|
||||
- Report some other crashes
|
||||
|
11
doc/TODO
11
doc/TODO
@ -6,7 +6,7 @@ Before 0.1
|
||||
- Manpage
|
||||
- Website
|
||||
- FAQ
|
||||
- Single-instance and multi-window
|
||||
- Single-instance and multi-window (see notes)
|
||||
- Maybe test under other platforms
|
||||
- Autosave feature (against segfaults/...)
|
||||
- Save tabs feature with sessions
|
||||
@ -15,8 +15,6 @@ Before 0.1
|
||||
- More dwb keybindings
|
||||
- Use :open engine searchterm syntax for searching
|
||||
- ssl-strict=ask
|
||||
- Use argparse and do something like click for command arguments, then we can
|
||||
have flags etc.
|
||||
- Icon
|
||||
- Bookmarks?
|
||||
- Completion for quickmarks/bookmarks?
|
||||
@ -33,8 +31,6 @@ New big features
|
||||
NoScript
|
||||
Certificate Patrol
|
||||
https://chrome.google.com/webstore/detail/remove-google-redirects/ccenmflbeofaceccfhhggbagkblihpoh
|
||||
- multi window (see notes)
|
||||
- IPC, like dwb -x (see notes)
|
||||
- Internationalization
|
||||
- more completions (URLs, ...)
|
||||
- proper webpage history
|
||||
@ -95,7 +91,6 @@ Improvements / minor features
|
||||
- Enable disk caching (see notes)
|
||||
- clear cookies command
|
||||
- keybind/aliases should have completion for commands/arguments
|
||||
- Hiding scrollbars
|
||||
- Add more element-selection-detection code (with options?) (see notes)
|
||||
- somehow unfocus elements (hide blinking cursor) when insert mode is left?
|
||||
- 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
|
||||
tree?
|
||||
- Stuff under scripts/ (especially generate_doc and run_checks) could use a
|
||||
rewrite.
|
||||
- Use separate logger for config
|
||||
- Stuff under scripts/ (especially asciidoc2html) could use a rewrite.
|
||||
- Use unittest.Mock and especially unittest.patch more.
|
||||
- Check where using signals would be better than objreg.get.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user