qutebrowser/BUGS
Florian Bruhin 0ce1b473c1 Update BUGS
2014-06-20 09:48:45 +02:00

112 lines
3.7 KiB
Plaintext

Bugs
====
- Handle it correctly when a new statusbar question is asked while another is
still active. (see notes)
- iggy: qutebrowser gets out of insert mode a lot on Google Drive/Docs
- Ugly font rendering on Windows on http://support.sigasi.com/Knowledgebase/List
- 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.
- Segfaults when trying to load http://cmpl.cc/downloads/hlwm-tablet.mkv and
with youtube HTML5 player.
- URL detection and encoded spaces
e.g. when trying to open a link with %20 interactively, or even via click.
- When quitting while being asked for a download filename: segfault / memory
corruption
- 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
- restart sometimes abort()s on QApplication __init__ (V155)
- restart is broken entirely since init refactoring (around af19e6d~1) - this
also breaks "restore tabs" in crash dialog.
- qutebrowser :restart loops endlessly
We should refuse to do :restart when executing init commands
- Super key shows up as ៀ\udc53 in logs
- Funky font rendering with tewi:
http://a.pomf.se/ecgzlx.png
- 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
- Shutdown is still flaky. (see notes)
- Eliding doesn't work correctly in tabs (cuts off start)
This especially happens when there's no favicon
(will be solved by tabbar reimplementation)
- 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)
- Clicking links/email in crash dialog should open browser/mailclient under
windows
- ok is always True in WebPage:on_load_status_changed, even when an error page
is loaded.
- 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)
Upstream Bugs
=============
- Web inspector is blank unless .hide()/.show() is called.
Asked on SO: http://stackoverflow.com/q/23499159/2085149
TODO: report Qt bug
- QWebElement needs geometries()
https://bugreports.qt-project.org/browse/QTBUG-38698
- Impossible to retrieve user value of QWebElement:
https://bugreports.qt-project.org/browse/QTBUG-38669
- Weird font rendering
https://bugreports.qt-project.org/browse/QTBUG-20973
https://bugreports.qt-project.org/browse/QTBUG-21036
https://bugreports.qt-project.org/browse/QTBUG-38884
- dead_actute
https://bugs.freedesktop.org/show_bug.cgi?id=69476
- QNetworkReplyImplPrivate::error: Internal problem, this method must only be
called once.
https://bugreports.qt-project.org/browse/QTBUG-30298
- Tabbar texts get cut off when styled and elided
https://bugreports.qt-project.org/browse/QTBUG-15203
- Crash with the-compiler.org/phoronix.org
https://bugreports.qt-project.org/browse/QTBUG-39428
https://bugreports.qt-project.org/browse/QTBUG-39278