qutebrowser/doc/BUGS

104 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-02 23:06:36 +02:00
- Concept of "current URL" should work better before urlChanged is emitted,
e.g. loading a page and immediately yanking the (non-resolved) URL should
work.
2014-07-02 22:06:02 +02:00
- When loading http://www.the-compiler.org:4040/ ssl errors get displayed in
green because we're in insert mode.
2014-06-27 17:57:23 +02:00
- page-forward clicks "Newest" on http://explosm.net/ instead of "Next".
2014-06-26 06:11:47 +02:00
- seir sometimes sees "-- COMMAND MODE --" even though that should never
happen.
2014-06-25 20:18:09 +02:00
- Hint positions wrong in wordpress admin interface
2014-06-25 10:00:27 +02:00
- download-page on qute:htmllog is broken
2014-06-25 08:05:06 +02:00
- Downloads: "connection closed" if user takes too long
2014-06-25 06:54:20 +02:00
- Download focus rectangle on windows
2014-06-24 17:58:19 +02:00
- Rightclick -> Copy link copies relative links
2014-06-24 08:20:59 +02:00
- Prevent invalid filenames (e.g. com1) when downloading on Windows
- Auto-insert-mode sometimes doesn't work correctly
2014-06-22 23:27:49 +02:00
- Sidewise scrolling via mousewheel broken
- Space-scrolling sometimes broken until clicking into page
2014-06-20 20:18:23 +02:00
- foo@bar:baz.com is handled as search term
2014-06-19 15:22:11 +02:00
- Ugly font rendering on Windows on http://support.sigasi.com/Knowledgebase/List
2014-06-19 12:13:36 +02:00
- On doodle, when modifying something on http://doodle.com/create and clicking
a link to leave the page, the message is suboptimal. Also, with some random
clicking it's somehow possible to get out of yesno mode.
2014-06-20 06:45:02 +02:00
- Segfaults when trying to load http://cmpl.cc/downloads/hlwm-tablet.mkv and
with youtube HTML5 player.
2014-06-19 12:13:36 +02:00
2014-06-13 23:08:23 +02:00
- When quitting while being asked for a download filename: segfault / memory
corruption
2014-06-13 07:50:46 +02:00
2014-05-15 10:03:13 +02:00
- When following a hint:
QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
- Closing some tabs and undo all them -> quits and CMD.exe hangs
QHttpNetworkConnectionPrivate::_q_hostLookupFinished could not dequeu request
- All kind of FIXMEs
2014-05-15 10:25:49 +02:00
2014-05-15 10:03:13 +02:00
- restart sometimes abort()s on QApplication __init__ (V155)
2014-05-15 10:25:49 +02:00
2014-05-15 10:03:13 +02:00
- Super key shows up as ៀ\udc53 in logs
2014-05-15 10:25:49 +02:00
2014-05-15 10:03:13 +02:00
- Funky font rendering with tewi:
http://a.pomf.se/ecgzlx.png
2014-05-15 10:25:49 +02:00
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
2014-06-04 22:34:18 +02:00
- Shutdown is still flaky. (see notes)
2014-05-15 10:03:13 +02:00
- Eliding doesn't work correctly in tabs (cuts off start)
This especially happens when there's no favicon
2014-05-15 10:25:49 +02:00
(will be solved by tabbar reimplementation)
2014-05-15 10:03:13 +02:00
- Opening via commandline / startpage doesn't work with absolute file paths.
- Relative file paths and ~ don't work at all.
- 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/
- Config errors on start shouldn't be hard errors
(e.g. when an user-stylesheet file is deleted)
2014-05-15 11:03:14 +02:00
- Clicking links/email in crash dialog should open browser/mailclient under
windows
2014-05-15 10:03:13 +02:00
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.
2014-05-16 08:08:19 +02:00
- When tabbar -> scroll-buttons is disabled and there are too many tabs, the
window has a bigger size hint instead of tabs getting smaller than the
minimum size (iggy)
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