Closed Bug 872253 Opened 12 years ago Closed 12 years ago

Don't persist the "No internet connection" user message

Categories

(Marketplace Graveyard :: Consumer Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
2013-05-16

People

(Reporter: krupa.mozbugs, Assigned: basta)

References

Details

(Whiteboard: [fireplace])

steps to reproduce: 1. User is not connected to the internet 2. Launch marketplace-dev app 3. Notice that marketplace-dev app launches with the user message "No internet connection 4. Connect to Wifi 5. Relaunch the marketplace-dev observed behavior: The loading screen still has the "No internet connection" user message even after the user has connected to the internet.
We should do something like document.body.addEventListener('online', function() { $('#notification').removeClass('show'); }, false);
Assignee: nobody → mattbasta
https://github.com/mozilla/fireplace/commit/1991494340564ab30abd3a4ac15fb7e95ec11a9f The timeouts weren't working, this fixes them. The notification will go away now after five seconds. Let me know if five seconds is too much.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2013-05-16
You need to log in before you can comment on or make changes to this bug.