qutebrowser/doc/BUGS

101 lines
3.2 KiB
Plaintext
Raw Normal View History

2014-06-03 17:30:03 +02:00
Bugs
====
2014-05-15 10:03:13 +02:00
2014-07-17 23:22:47 +02:00
Downloads
---------
2014-06-25 08:05:06 +02:00
2014-07-17 23:22:47 +02:00
- Downloading albums on imgur gives us corrupt files!
- "connection closed" if user takes too long
2014-06-25 06:54:20 +02:00
- Download focus rectangle on windows
2014-07-17 23:22:47 +02:00
- download-page on qute:htmllog is broken
2014-06-24 08:20:59 +02:00
- Prevent invalid filenames (e.g. com1) when downloading on Windows
2014-06-13 07:50:46 +02:00
2014-07-17 23:22:47 +02:00
Webview
-------
2014-05-15 10:25:49 +02:00
2014-07-17 23:22:47 +02:00
- Hint positions wrong in wordpress admin interface
- Rightclick -> Copy link copies relative links
2014-05-15 10:03:13 +02:00
- 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/
2014-05-16 07:15:13 +02:00
- 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).
2014-08-02 01:50:26 +02:00
- Opening editor is broken on http://p.cmpl.cc/ (probably a CodeMirror issue?)
2014-07-16 09:28:52 +02:00
2014-07-17 23:22:47 +02:00
Input
-----
- 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
- 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
-------
2014-07-09 21:26:43 +02:00
2014-07-17 23:22:47 +02:00
- Segfaults when trying to load http://cmpl.cc/downloads/hlwm-tablet.mkv and
with youtube HTML5 player.
- restart sometimes abort()s on QApplication __init__ (V155) (probably fixed?)
- Shutdown is still flaky. (see notes)
- Segfault on subsonic when clicking next track
2014-07-09 21:26:43 +02:00
- Assertion failure on subsonic with debug build
2014-07-17 23:22:47 +02:00
Qt warnings
-----------
- When following a hint:
QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
2014-07-09 21:26:43 +02:00
- 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"
INFO: Lexer rewriter used, but no tokens found.
WARNING: QIODevice::read: device not open
2014-07-11 07:14:49 +02:00
- Random error message when closing/re-opening tab:
WARNING: Type conversion already registered from type QSharedPointer<QNetworkSession> to type QObject*
2014-07-17 23:22:47 +02:00
Misc
----
- All kind of FIXMEs
- On doodle, when modifying something on http://doodle.com/create and clicking
2014-08-03 01:08:11 +02:00
a link to leave the page, with some random clicking it's somehow possible to
get out of yesno mode.
We also should prevent entering any other mode while in prompt mode.
2014-07-17 23:22:47 +02:00
- Opening via commandline / startpage doesn't work with absolute file paths.
- Relative file paths and ~ don't work at all.
- 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
2014-07-09 21:26:43 +02:00
2014-05-15 10:03:13 +02:00
Upstream Bugs
=============
2014-05-15 10:25:49 +02:00
- Web inspector is blank unless .hide()/.show() is called.
Asked on SO: http://stackoverflow.com/q/23499159/2085149
TODO: report Qt bug
2014-07-29 23:16:57 +02:00
- Various segfaults on youtube videos