Skip to content

Commit

Permalink
Update BUGS/TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Sep 30, 2014
1 parent 4ca441e commit adf271b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
7 changes: 0 additions & 7 deletions doc/BUGS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
---------
Expand Down Expand Up @@ -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 changes: 2 additions & 9 deletions doc/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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?
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit adf271b

Please sign in to comment.