aboutsummaryrefslogtreecommitdiff
path: root/BUGS.md
blob: 9ac353b4a55181626b0df6e77ef6438f3388c891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
## Reporting bugs

### What to include
A bug report should contain these 4 things:

#### Environment
This includes program version; operating system used; version of Qt or other
libraries; any relevant information if you built from source.

#### Steps to reproduce
Give detailed steps on how to reproduce the problem. Start from the beginning,
mention the actions involved, and be verbose.

#### Expected result
It's important to include the result you were expecting, as it might differ
from the way the program was designed to work.

#### Actual result
It is also important to include a good description of the buggy behaviour
itself as well, because it's possible that following your steps on a different
system doesn't reproduce the issue.

Send bug reports to _aqua at iserlohn dash fortress dot net_.

_Adapted from the guide in the texmate repository._

## Known bugs

### Search terms in address bar
QUrl always seems to return true when checking if valid url. Workaround is to
prepend '#' to the search.

### databases-incognito in home
https://bugreports.qt.io/browse/QTBUG-62957

### loadFinished is not always emitted when loading is finished
https://bugreports.qt.io/browse/QTBUG-65223

### QWebEngineView setUrl()/load() methods in some case divide page in two parts
https://bugreports.qt.io/browse/QTBUG-68224

Only affects Qt 5.11.0. Set __QTBUG_68224_WORKAROUND__.

## Wayland bugs

### mainwindow.maximized doesn't work
setWindowState(Qt::WindowMaximized) has no effect on KDE/Wayland:
https://community.kde.org/Plasma/Wayland_Showstoppers