Closed
Bug 530925
Opened 16 years ago
Closed 16 years ago
need immediate feedback on "connect" button when no internet connection
Categories
(Firefox :: Sync, defect)
Tracking
()
RESOLVED
FIXED
1.0 beta3
People
(Reporter: madhava, Assigned: Mardak)
References
Details
When you tap on the "Connect" button in Weave options, usually you get feedback because the button greys and the line label changes from "Disconnected" to "Connecting".
It looks like this only works when you're connected to the internet, so that a connection can proceed. When you're not connected to the internet, the "connect" button doesn't grey out -- it just reverts to it's regular unpressed state. Because of this, it feels like you just haven't managed to press it.
We should change something, so that there's immediate feedback... maybe grey it while we're trying to do something? Or, if that's too short, change the row label to "Cannot connect"?
| Reporter | ||
Updated•16 years ago
|
Flags: blocking-weave1.0?
Updated•16 years ago
|
Assignee: nobody → edilee
Flags: blocking-weave1.0? → blocking-weave1.0+
Target Milestone: --- → 1.0 beta3
Comment 1•16 years ago
|
||
Fennec now supports an auto-connection feature, but you need to trick gecko into thinking it is online. If you call Util.forceOnline() before attempting a network connection of any kind (including XHR) you should get a "pick a network connection" dialog on the N900/N810.
The Fennec front-end code does this in a few places. See bug 530013
| Assignee | ||
Comment 2•16 years ago
|
||
http://hg.mozilla.org/labs/weave/rev/b4ebc51df5d6
Use Util.forceOnline() to make sure the user gets something if offline and trying to connect.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Component: Fennec UI → Firefox Sync: UI
Updated•7 years ago
|
Component: Firefox Sync: UI → Sync
Product: Cloud Services → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•