Closed
Bug 940453
Opened 11 years ago
Closed 4 years ago
[meta] Improve the UX for error pages
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: wesj, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: meta)
Attachments
(1 file)
31.29 KB,
patch
|
Details | Diff | Splinter Review |
We should/could offer some helpful actions on net error pages. "Maybe you meant this instead?" (suggestions from Google if you've enabled them?) "Search for this term". "Turn on wifi".
Bug 482874 had some early work on this, but was conflated with adding support for 404 pages.
Reporter | ||
Comment 1•11 years ago
|
||
DISCLAIMER: I was playing with this a bit this weekend and threw this together. This is just me trying this out from curiosity. Not necessarily anything we want to do. Just saving the patch :)
The idea was to just have a NetErrorHelper object that (in this case) is created on page load. The error helper can add widgets to the page. I avoided inserting any JS into the page, although I'm not fully aware of the security issues here (this detects events on the browser object and then correlates them with input widgets).
This needs to be abstracted more, but adds things like "Search for", suggestions, and a wifi toggle that could either toggle wifi, or on release should probably just open wifi settings. Example screenshots:
http://dl.dropboxusercontent.com/u/72157/wifi.png
http://dl.dropboxusercontent.com/u/72157/suggest.png
build: http://people.mozilla.com/~wjohnston/neterror.apk
Updated•11 years ago
|
Summary: Helper widgets for error pages → [meta] Improve the UX for error pages
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Comment 2•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•