Closed
Bug 872253
Opened 11 years ago
Closed 11 years ago
Don't persist the "No internet connection" user message
Categories
(Marketplace Graveyard :: Consumer Pages, defect)
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.
Comment 1•11 years ago
|
||
We should do something like
document.body.addEventListener('online', function() {
$('#notification').removeClass('show');
}, false);
Updated•11 years ago
|
Assignee: nobody → mattbasta
Assignee | ||
Comment 2•11 years ago
|
||
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: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 2013-05-16
You need to log in
before you can comment on or make changes to this bug.
Description
•