Closed
Bug 290925
Opened 20 years ago
Closed 18 years ago
Preview images should be middle-clickable
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P5)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
1.0
People
(Reporter: jwkbugzilla, Unassigned)
Details
When changing preview images through the developer control panel I sometimes
middle-click on one of them to get the full-size version. Then I see
javascript:void(window.open('/images/previews/...)) in the address bar which
doesn't work of course. The HTML code for the images should be changed into:
<a href="/images/previews/???.jpg" onclick="window.open(this.href, '_blank',
'scrollbars=yes,resizable=yes,width=373,height=545,left=30,top=20');return false;">
Comment 1•19 years ago
|
||
Mass change - bugs to be read / (re)confirmed.
Assignee: Bugzilla-alanjstrBugs → nobody
Priority: -- → P5
AMO bugspam. Correcting QA contacts on OLD bugs (mozilla.update@update.bugs) -> Correct QA contact (developers@add-ons.bugs) Filtermeplzkthx
QA Contact: mozilla.update → developers
| Reporter | ||
Comment 3•18 years ago
|
||
Changes to the developer pages made this bug obsolete, resolving WORKSFORME.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
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
•