Closed
Bug 294972
Opened 20 years ago
Closed 20 years ago
Reporter's back/next buttons behaving badly
Categories
(Other Applications Graveyard :: Reporter, defect)
Other Applications Graveyard
Reporter
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: raccettura)
Details
Attachments
(1 file)
|
884 bytes,
patch
|
neil
:
review+
asa
:
approval-aviary1.1a1+
asa
:
approval1.8b2+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050520 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050520 Firefox/1.0+
Bug 294808 ensures that the "I accept" checkbox is unchecked by default.
However, the "Next" button needs to be disabled by default. Currently, I can
ignore the policy and go straight to the next stage.
At the second stage, the "back" button is also broken. For cases where the user
has just accepted the privacy policy, I think the back button should be enabled.
For cases where the reporter starts up without the privacy policy being shown,
the button probably shouldn't be there at all on this screen.
Reproducible: Always
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 1•20 years ago
|
||
We shouldn't let the user go forward without agreeing (when the heck did that
break?)
As far as being able to go back to the privacy policy agreement, I'd have to
disagree. You can click on the link to go view the privacy policy again.
There is a link right below the form.
Motion to disable canAdvance when we init the privacy page until the user
agrees to our privacy policy.
| Assignee | ||
Updated•20 years ago
|
Attachment #184160 -
Flags: review?(mconnor)
| Reporter | ||
Comment 2•20 years ago
|
||
> We shouldn't let the user go forward without agreeing (when the heck did that
> break?)
I'd guess it was enabled by default since the checkbox was also enabled by
default and when the checkbox got changed, the button didn't, but there could be
other factors since this isn't based on my reading of any code.
> You can click on the link to go view the privacy policy again.
> There is a link right below the form.
Well, it's your department and it's not something that'll really bother me, but
it just seems like strange UI. Whenever I click "Next" I normally expect to be
able to click "Back". I was going to leave it, but someone else pointed it out
in the 20050521 builds thread.
| Assignee | ||
Updated•20 years ago
|
Attachment #184160 -
Flags: approval1.8b2?
| Assignee | ||
Updated•20 years ago
|
Attachment #184160 -
Flags: approval-aviary1.1a1?
Comment 3•20 years ago
|
||
Comment on attachment 184160 [details] [diff] [review]
Patch
a=asa
Attachment #184160 -
Flags: approval1.8b2?
Attachment #184160 -
Flags: approval1.8b2+
Attachment #184160 -
Flags: approval-aviary1.1a1?
Attachment #184160 -
Flags: approval-aviary1.1a1+
Updated•20 years ago
|
Attachment #184160 -
Flags: review?(mconnor) → review+
| Assignee | ||
Comment 4•20 years ago
|
||
Checking in extensions/reporter/resources/content/reporter/reportWizard.js;
/cvsroot/mozilla/extensions/reporter/resources/content/reporter/reportWizard.js,v
<-- reportWizard.js
new revision: 1.15; previous revision: 1.14
done
| Assignee | ||
Comment 5•20 years ago
|
||
Checking in extensions/reporter/resources/content/reporter/reportWizard.js;
/cvsroot/mozilla/extensions/reporter/resources/content/reporter/reportWizard.js,v
<-- reportWizard.js
new revision: 1.15; previous revision: 1.14
done
Status: NEW → ASSIGNED
| Assignee | ||
Updated•20 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•