Closed
Bug 530194
Opened 15 years ago
Closed 15 years ago
"Let me install this experimental add-on" checked by "What's this?" link in label
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P1)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
5.4
People
(Reporter: kitchin, Assigned: rdoherty)
References
()
Details
Attachments
(2 files)
1.19 KB,
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
8.27 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.6pre) Gecko/20091120 Shiretoko/3.5.6pre
Build Identifier:
Experimental add-ons have a checkbox to allow installation. Just clicking "What's this?" enables installation.
The '</label>' close tag should be moved up in the following HTML:
<label>
<input type="checkbox"
id="confirm-6623"/>Let me install this experimental add-on. <a href="/en-US/firefox/pages/faq#experimental-addons">What's this?</a>
</label>
Created by: http://viewvc.svn.mozilla.org/vc/addons/trunk/site/app/views/helpers/install_button.php?annotate=53267&pathrev=53267#l297 due to Bug 495309.
See also: Bug 487177 Comment 2. All relevant bugs are now closed but the issue is not fixed.
By the way, Firefox's behavior on links within labels of form element differs from IE and Opera, see Bug 163912.
Reproducible: Always
Steps to Reproduce:
1. Go to an experimental extension at a.m.o, such as the URL above.
2. Click "What's this?"
Actual Results:
Checks nearby checkbox, lighting up the graphic and enabling installation.
Expected Results:
Let me decide whether to enable installation.
Updated•15 years ago
|
Assignee: nobody → rdoherty
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•15 years ago
|
Severity: normal → major
Priority: -- → P1
Target Milestone: --- → 5.4
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #414335 -
Flags: review?(clouserw)
Comment 2•15 years ago
|
||
Comment on attachment 414335 [details] [diff] [review]
v1
I don't like the idea of splitting up that string, but I can see why.
Attachment #414335 -
Flags: review?(clouserw) → review+
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> (From update of attachment 414335 [details] [diff] [review])
> I don't like the idea of splitting up that string, but I can see why.
Yeah, I didn't want to either, but couldn't think of a better way.
r56807
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 4•15 years ago
|
||
STR:
1.Go to https://addons.mozilla.org/en-US/firefox/browse/type:1/cat:72?show=20&exp=on&sort=newest
2.Select the option to show experimental addons
3.Click on the "What's this?" link
expected result:
The user navigates to FAQ page where description of experimental addons is made available.The install button is not enabled.
Actual result:
The install button is enabled and the user then navigates to the description page
screencast:http://screencast.com/t/NjQ1Y2I1
Reopening...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•15 years ago
|
||
This hasn't been pushed live yet, it's fixed on preview.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
After fix, there is no space between the two sentences. Need some whitespace after '</label>'.
Re-opening for the polish issue, lack of space between sentences.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 9•15 years ago
|
||
This is a priority 1 bug from a previous release (meaning, it won't show up in queries for current or future releases). For a trivial thing like a space please file a new bug.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 10•15 years ago
|
||
OK thanks, Bug 534563 filed.
Verified FIXED.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•