Alt text and description overlap preview

andrew_k - March 17, 2009 - 00:49
Project:ImageField
Version:6.x-3.0-beta1
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

when uploading a 165 x 85 pixel image, the thumbnail generated is not resized and is therefore overlapped by the alt and description textfields. replacing line 95 of imagefield_file.inc with the following fixes the problem

if ($info['width'] <= $size[0] && $info['height'] <= $size[1]) {

#1

quicksketch - March 17, 2009 - 01:00
Status:needs review» fixed

Thanks, nice catch. Fixed in CVS.

#2

System Message - March 31, 2009 - 01:10
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.