Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.0, 6.8.1
-
None
-
a069e0bba (dev), 7f05c72cb (6.9), 2c782af96 (6.8)
Description
Since Qt 6.8, something like
#include <QApplication> #include <QWebEngineProfile> int main(int argc, char *argv[]) { QApplication app(argc, argv); QWebEngineProfile::defaultProfile()->setSpellCheckEnabled(false); return app.exec(); }
QT += core webenginewidgets SOURCES = dict.cpp
Results in:
The following paths were searched for Qt WebEngine dictionaries: [folder to binary]/qtwebengine_dictionaries /usr/share/qt6/qtwebengine_dictionaries but could not find it. You may override the default search path by using QTWEBENGINE_DICTIONARIES_PATH environment variable. Spellchecking can not be enabled.
Which seems odd, as the code tried to explicitly disable spell checking, not enable it.
Attachments
For Gerrit Dashboard: QTBUG-131969 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
612755,3 | Do not warn needlessly about missing dictionaries directory | dev | qt/qtwebengine | Status: MERGED | +2 | 0 |
615655,2 | Do not warn needlessly about missing dictionaries directory | 6.9 | qt/qtwebengine | Status: MERGED | +2 | 0 |
616114,2 | Do not warn needlessly about missing dictionaries directory | 6.8 | qt/qtwebengine | Status: MERGED | +2 | 0 |