mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
do not rely on UWP URL parser
This commit is contained in:
parent
147c042c5a
commit
1c3da95b70
7 changed files with 67 additions and 35 deletions
|
@ -116,7 +116,7 @@ void BrowserPage::OnURLEdited(IInspectable const &,
|
|||
servoControl().Focus(FocusState::Programmatic);
|
||||
auto input = urlTextbox().Text();
|
||||
auto uri = servoControl().LoadURIOrSearch(input);
|
||||
urlTextbox().Text(uri.ToString());
|
||||
urlTextbox().Text(uri);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue