forked from qutebrowser/qutebrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove BUGS/TODO (moved to github issues)
- Loading branch information
1 parent
d7a0a72
commit 7e92f03
Showing
3 changed files
with
40 additions
and
537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,107 +0,0 @@ | ||
Bugs | ||
==== | ||
|
||
Downloads | ||
--------- | ||
|
||
- Downloading albums on imgur gives us corrupt files! | ||
- "connection closed" if user takes too long | ||
- Download focus rectangle on windows | ||
- download-page on qute:htmllog is broken | ||
- Prevent invalid filenames (e.g. com1) when downloading on Windows | ||
- With a large file, when setting filename after buffer is full, download | ||
hangs. | ||
|
||
Webview | ||
------- | ||
|
||
- F on duckduckgo result page opens in current page | ||
|
||
It seems we don't get a linkClicked signal there. | ||
Maybe it does some weird js stuff? | ||
See also: http://qt-project.org/doc/qt-4.8/qwebpage.html#createWindow | ||
Asked here: http://stackoverflow.com/q/23498666/2085149 | ||
|
||
- scroll_page doesn't care about always visible bars, so content gets hidden | ||
e.g. http://www.mtb-news.de/forum/t/welcher-schuh-five-ten-vs-oneal.529148/ | ||
- 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). | ||
- 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 | ||
clicking | ||
- Hints don't work on Google+ - https://paste.xinu.at/EGJEh/ | ||
|
||
Input | ||
----- | ||
|
||
- going to passthrough mode (Ctrl-V) then clicking element to go to insert | ||
mode, then leaving insert mode clears statusbar text. | ||
- 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 | ||
|
||
Rendering | ||
--------- | ||
|
||
- Ugly font rendering on Windows on http://support.sigasi.com/Knowledgebase/List | ||
- Funky font rendering with tewi: http://a.pomf.se/ecgzlx.png | ||
|
||
Crashes | ||
------- | ||
|
||
- Segfaults when trying to load http://cmpl.cc/downloads/hlwm-tablet.mkv and | ||
with youtube HTML5 player. | ||
- Segfault on subsonic when clicking next track | ||
- Segfaults when exiting while prompt is showing | ||
|
||
- Hang on http://abcnews.go.com/Business/us-s/story?id=18230346 when video | ||
starts playing. | ||
- Random hangs in windows (look at memory dumps) | ||
|
||
- Assertion failure on subsonic with debug build | ||
- Assertion failure when clicking on "doc" with debug build on qutebrowser | ||
github page | ||
|
||
- Segfault in mouseReleaseEvent when clicking close in js window on | ||
http://www.pageresource.com/jscript/jwinopen.htm | ||
|
||
Qt warnings | ||
----------- | ||
|
||
- Random error messages while browsing on imgur/reddit: | ||
|
||
WARNING: content-type missing in HTTP POST, defaulting to | ||
application/x-www-form-urlencoded. Use QNetworkRequest::setHeader() to fix | ||
this problem. | ||
|
||
WARNING: QXcbWindow: Unhandled client message: "_GTK_LOAD_ICONTHEMES" | ||
|
||
WARNING: QIODevice::read: device not open | ||
|
||
- Random error message when closing/re-opening tab: | ||
|
||
WARNING: Type conversion already registered from type QSharedPointer<QNetworkSession> to type QObject* | ||
|
||
Misc | ||
---- | ||
|
||
- All kind of FIXMEs | ||
- "Are you sure you want to stay" links show suboptimal text. | ||
- Config errors on start shouldn't be hard errors | ||
(e.g. when an user-stylesheet file is deleted) | ||
- Clicking links/email in crash dialog should open browser/mailclient under | ||
windows | ||
- Current font handling is rather broken (rejecting invalid values / setting | ||
multiple font families) - we should use PyPEG2 instead. | ||
- Typing in commandline is rather slow on OS X | ||
|
||
Upstream Bugs | ||
============= | ||
|
||
- Web inspector is blank unless .hide()/.show() is called. | ||
Asked on SO: http://stackoverflow.com/q/23499159/2085149 | ||
TODO: Report to PyQt/Qt | ||
|
||
- Report some other crashes | ||
Oops, something went wrong.