Closed
Bug 597285
Opened 15 years ago
Closed 15 years ago
Double-escaping add-ons summaries in the Discovery Pane
Categories
(addons.mozilla.org Graveyard :: Discovery Pane, defect, P2)
addons.mozilla.org Graveyard
Discovery Pane
Tracking
(Not tracked)
VERIFIED
FIXED
5.12.2
People
(Reporter: stephend, Assigned: davedash)
References
()
Details
(Whiteboard: [disco-final])
Attachments
(2 files)
STR:
1. Load https://preview.addons.mozilla.org/en-US/firefox/discovery/3.6/Linux
2. Look at the "Amplify" add-on's summary
Expected Results:
Actual Results:
"Use Amplify to clip, share amp; spark conversation about excerpts from articles, blog posts"
| Reporter | ||
Comment 1•15 years ago
|
||
Er, yeah, didn't mean to include a blank "Expected Results," obviously -- but we all know what should happen.
Comment 3•15 years ago
|
||
The real problem is that the add-on blocks want to be a giant <a> so that the whole thing is clickable, but we have addon.summary inside which is allowed to embed links.
To make the whole page not break we disabled links inside those blocks, but that's throwing off our escaping. Bug 595339 should be helpful.
Depends on: 595339
Updated•15 years ago
|
Target Milestone: --- → 5.12.2
Updated•15 years ago
|
Assignee: nobody → dd
| Assignee | ||
Comment 4•15 years ago
|
||
Is this still happening? I changed some of the text on the discovery pane to see if I could recreate it and everything looked fine.
Stephen, can you adjust things on preview (via the admin) to recreate?
| Reporter | ||
Comment 5•15 years ago
|
||
(In reply to comment #4)
> Is this still happening? I changed some of the text on the discovery pane to
> see if I could recreate it and everything looked fine.
>
> Stephen, can you adjust things on preview (via the admin) to recreate?
As soon as I find the elusive/hidden discovery-pane management URL, sure (or if fligtar reminds me where it is).
| Assignee | ||
Comment 6•15 years ago
|
||
i was thinking you could just edit one of the add-ons featured.... or are they displaying some other string other than add-on summary?
| Reporter | ||
Comment 7•15 years ago
|
||
(In reply to comment #6)
> i was thinking you could just edit one of the add-ons featured.... or are they
> displaying some other string other than add-on summary?
Gah, you're right; OK, changed https://preview.addons.mozilla.org/en-US/firefox/addon/5428/?src=discovery-pane to be "& <a href="http://llnw.com">LimeLight</a>, and it properly leaves the ampersand alone, but the latter still shows up on https://preview.addons.mozilla.org/en-US/firefox/discovery/3.6/Linux as text, though isn't linked.
| Assignee | ||
Comment 8•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 9•15 years ago
|
||
| Reporter | ||
Comment 10•15 years ago
|
||
Thx, Dave; this is actually going out in 5.12.1, right?
Verified FIXED on https://preview.addons.mozilla.org/en-US/firefox/discovery/3.6/Linux.
Status: RESOLVED → VERIFIED
Updated•10 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
•