AY1920S1-CS2103T-T13-4 / main

Mark - Your Personal Bookmark Manager
https://ay1920s1-cs2103t-t13-4.github.io/main/
MIT License
0 stars 6 forks source link

Errors when using web browser normally #247

Open dorcastan opened 5 years ago

dorcastan commented 5 years ago

This happened yesterday when I was trying to navigate through the web browser.

Context: Was on SICP chapter 2, trying to click (or change URL) to SICP chapter 1. After it hanged for a while, I changed the URL a couple of times and it continued working (last screenshot).

Screenshot 2019-11-06 at 5 37 06 PM Screenshot 2019-11-06 at 5 37 20 PM Screenshot 2019-11-06 at 5 37 30 PM
kxyoke commented 5 years ago

It's a java bug though; can't really solve it unless we change their protocol

dorcastan commented 5 years ago

Ohh I see... is there any exception/error we can catch and handle? To show something on the UI so at least the user isn't confused.

kxyoke commented 5 years ago

I'm not very sure about this; might need some help

Also (maybe) related to this issue, I get this fatal error likely due to my device configurations (eg. driver not updated); will we need to handle this case too? (or state somewhere in NFR if I discovered the root of the problem?) image