WebView 3.01: bugfixes (thanks Mihail Serebryakov and rgimad for reports), refactor URL parse

git-svn-id: svn://kolibrios.org@8410 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-12-15 02:08:04 +00:00
parent e63d25e33e
commit feeb972821
3 changed files with 35 additions and 39 deletions

View File

@@ -41,7 +41,7 @@
// DATA //
// //
//===================================================//
char version[]="WebView 3 GOLD";
char version[]="WebView 3.01";
#define DEFAULT_URL URL_SERVICE_HOMEPAGE
@@ -593,7 +593,6 @@ bool EventClickAnchor()
if (anchors.get_pos_by_name(aURL+1)!=-1) {
WB1.list.first = anchors.get_pos_by_name(aURL+1);
//WB1.list.CheckDoesValuesOkey();
strcpy(#editURL, history.current());
strcat(#editURL, aURL);
DrawOmnibox();