View Issue Details

IDProjectCategoryView StatusLast Update
0000095HTML & PERLBug Report - Interfacepublic2007-07-02 09:05
Reporterwahaha Assigned Toexp  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000095: Group-comment popup needs vertical scrollbar
DescriptionProblem:
The group-comment popup opens with a fixed size (400x500) with resizing and scrollbars disabled. With just a few comments, that can cause text to be outside of the visible area.

Suggested fix:
Enable scrollbars by changing the javascript-line from
"popup('...',400,500,0,0,'agcmts')"
to
"popup('...',400,500,1,0,'agcmts')"
Additional InformationExample: http://anidb.info/perl-bin/animedb.pl?show=pop&pop=agcmts&id=9721
TagsNo tags attached.

Activities

exp

2005-03-07 17:44

administrator   ~0000304

fixed

Issue History

Date Modified Username Field Change
2005-02-12 11:16 wahaha New Issue
2005-02-25 22:46 exp Assigned To => exp
2005-02-25 22:46 exp Status new => acknowledged
2005-02-26 20:49 exp Status acknowledged => assigned
2005-03-07 17:44 exp Status assigned => closed
2005-03-07 17:44 exp Note Added: 0000304
2007-07-02 09:05 epoximator Status closed => resolved
2007-07-02 09:05 epoximator Resolution open => fixed