event window does not scale: should I fix this?

If you've made a patch to quick fix a bug or to add a new feature not yet in the main tree then post it here so others can try it out.
Post Reply
semenzat
Posts: 8
Joined: Tue Feb 12, 2008 4:40 pm

event window does not scale: should I fix this?

Post 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?
Post Reply