Page 1 of 1

event window does not scale: should I fix this?

Posted: Fri Apr 25, 2008 5:17 pm
by semenzat
Hi,

if the image in an event viewing window (the one titled Event - Event #####) is rescaled to larger than "Actual", when a new window is created it clips the image.

I tracked the problem as far back as this code in the Events frame:

function eventWindow(Url,Name)
{
var Win = window.open(Url,Name,"resizable,width=416,height=408");
}

There is a scaling factor missing somewhere.
I'd be happy to figure out where this comes from, but first I'd like to know if
this has already been fixed in version 1.23 since it's such an obvious bug.

Thanks
Luigi

P.S. Bugzilla?