Closed Bug 615239 Opened 13 years ago Closed 12 years ago

Add "Get Help" SUMO link to Start Page

Categories

(Firefox for Android Graveyard :: General, enhancement, P1)

enhancement

Tracking

(fennec2.0+)

VERIFIED FIXED
Tracking Status
fennec 2.0+ ---

People

(Reporter: madhava, Assigned: mfinkle)

Details

Attachments

(2 files)

We should try to make SUMO content easier to access by putting a link on the Start Page, especially now that SUMO will be increasingly mobile friendly.

A possible presentation of it:
http://www.flickr.com/photos/madhava_work/5204410623/
blocking2.0: --- → ?
What's the status here? Who can implement this on the Start page?
Adding some triage love.
Severity: normal → enhancement
blocking2.0: ? → ---
tracking-fennec: --- → ?
Flags: in-litmus?
OS: Mac OS X → All
Hardware: x86 → All
Assignee: nobody → mark.finkle
tracking-fennec: ? → 2.0+
Priority: -- → P1
Attached patch patchSplinter Review
This patch adds "Get Help" and "Give Feedback" (from bug 615645)

Bug 615645 still needs the device and manufacturer details loaded into the new page.
Attachment #507610 - Flags: review?(21)
Comment on attachment 507610 [details] [diff] [review]
patch

>diff --git a/chrome/content/aboutHome.xhtml b/chrome/content/aboutHome.xhtml
>     function init() {
>+      setupLinks();
>       initTabs();
>       initWeave();
>       initAddons();
>     }

I don't think this is a big deal but I wonder if it is possible to remove setupLinks from the init path, to have it on demand when the user clicks
Attachment #507610 - Flags: review?(21) → review+
(In reply to comment #4)
> Comment on attachment 507610 [details] [diff] [review]
> patch
> 
> >diff --git a/chrome/content/aboutHome.xhtml b/chrome/content/aboutHome.xhtml
> >     function init() {
> >+      setupLinks();
> >       initTabs();
> >       initWeave();
> >       initAddons();
> >     }
> 
> I don't think this is a big deal but I wonder if it is possible to remove
> setupLinks from the init path, to have it on demand when the user clicks

That's possible. I'm hoping the URLFormatter won't take much time.
pushed:
http://hg.mozilla.org/mobile-browser/rev/36d63df6b32c
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Attached patch followup patchSplinter Review
Followup removes setupLinks and formats URL on demand
Attachment #507838 - Flags: review?(21)
litmus testcase updated to regression test this bug:
 https://litmus.mozilla.org/show_test.cgi?id=12176
Flags: in-litmus? → in-litmus+
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.