Actions
Bug #110
closedPrivacy Browser crashes on load if the homepage is blank.
Start date:
03/24/2017
Due date:
% Done:
0%
Estimated time:
Description
The crash was introduced in 2.0.1. It is caused by `hostname.equals(currentDomain)`, which isn't happy if `hostname` is null.
Bug reported by Jose A. León Becerra.
Updated by Soren Stoutner over 7 years ago
- Status changed from New to Closed
Updated by Soren Stoutner over 7 years ago
In working on this bug I also changed the behavior so that when the homepage is blank `urlTextBox` is set to `""` (previously `WebView` would set it to `about:blank`), `urlTextBox` is focused, and the keyboard is displayed. This behavior should make things easier for those who don't want to load a homepage when Privacy Browser starts.
Updated by Soren Stoutner over 7 years ago
- Subject changed from Privacy Browser crashed on load if the homepage is blank. to Privacy Browser crashes on load if the homepage is blank.
Updated by Soren Stoutner over 5 years ago
- Priority changed from 2 to Next Release
Actions