Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.6.4
-
Fix Version/s: 0.6.5
-
Component/s: None
-
Labels:None
-
Stack trace:
Description
When clicking on an unknown link the unknown URL handler dialog is raised on a random UI, such as the dummy or web UI, rather than the UI the user is interacting with.
This is because the URLHandler uses the deprecated Main.getUI method. It needs to be refactored to get rid of this dependency - probably by stopping it being a singleton and passing a UIController into the constructor.
This is because the URLHandler uses the deprecated Main.getUI method. It needs to be refactored to get rid of this dependency - probably by stopping it being a singleton and passing a UIController into the constructor.