[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Search methods added to the WebView control
[Thread Prev] | [Thread Next]
- Subject: Re: Search methods added to the WebView control
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Thu, 17 Apr 2025 12:16:44 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le 17/04/2025 à 11:13, Claus Dietrich a écrit :
I tried to implement the new WebView-Find()-method in new Gambas-Book- app. Due to the different search concept the code of the previous WebKit-version had to be rewritten and GUI had to be modified. This is OK, but before publishing it I like to sort out this issue:When I use the new Find() method without <options> it is ignoring the case, which is OK. When I use the Find() method with the new constant "FindIgnoreCase" as <options> the Find()-method DOES NOT ignore the case. This is an inverted (and wrong) logic. The constant should have been called "FindCaseSensitive" or just "CaseSensitive". Or is there a misunderstanding?Best regards Claus
The logic has been fixed in the last commit. Regards, -- Benoît Minisini.
Re: Search methods added to the WebView control | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
Search methods added to the WebView control | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: Search methods added to the WebView control | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
Re: Search methods added to the WebView control | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |