Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.7.2
-
None
-
7f47a253b (dev), e23a577e1 (6.8), 010b90bdc (6.7)
Description
as title.
This is the code:
//set view and load a url .
QWebEngineView view;
//findText ,the webview only contain AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
QWebEnginePage::FindFlags f( 0 ); view.findText("a",f); //there are results in the page, and the results have been highlighted. correct. f |= QWebEnginePage::FindCaseSensitively; view.findText("a",f); //there is no results matched. but the previous highlight results have not been cleared.
Attachments
For Gerrit Dashboard: QTBUG-127318 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
577314,3 | Find text: Start new search when toggling case sensitivity | dev | qt/qtwebengine | Status: MERGED | +2 | 0 |
578402,2 | Find text: Start new search when toggling case sensitivity | 6.8 | qt/qtwebengine | Status: MERGED | +2 | 0 |
578406,2 | Find text: Start new search when toggling case sensitivity | 6.7 | qt/qtwebengine | Status: MERGED | +2 | 0 |