Page 1 of 1

[bug] JAVA-Uploader width and heigth swapped viceversa ?

Posted: 19 Jun 2009, 19:25
by Dirk67
Hi,
you can read the following code in the files:
../components/com_phocagallery/views/category/tmpl/default_upload.php
../components/com_phocagallery/views/user/tmpl/default_upload.php
../administrator/components/com_phocagallery/front/views/category/tmpl/default_upload.php
../administrator/components/com_phocagallery/front/views/user/tmpl/default_upload.php
../administrator/components/com_phocagallery/views/phocagalleryi/tmpl/default_javaupload.php
../administrator/components/com_phocagallery/views/phocagallerym/tmpl/form_javaupload.php

Code: Select all

            <param name="maxPicHeight" value="<?php echo $this->tmpl['javaresizewidth'] ?>" />
            <param name="maxPicWidth" value="<?php echo $this->tmpl['javaresizeheight'] ?>" />
I think the width and height are swapped (?)

Re: [bug] JAVA-Uploader width and heigth swapped viceversa ?

Posted: 23 Jun 2009, 23:31
by Jan
Hi, what you mean with swapped?

Jan

Re: [bug] JAVA-Uploader width and heigth swapped viceversa ?

Posted: 24 Jun 2009, 06:25
by Dirk67
Jan wrote:Hi, what you mean with swapped?

Jan
<param name="maxPicHeight" value="<?php echo $this->tmpl['javaresizewidth'] ?>" />
<param name="maxPicWidth" value="<?php echo $this->tmpl['javaresizeheight'] ?>" />
:wink:

Re: [bug] JAVA-Uploader width and heigth swapped viceversa ?

Posted: 24 Jun 2009, 22:54
by Jan
Yes, I see it now. Thank you, I will fix it in 2.5.0 beta.

Thank you for this information.

Jan