Macro text field in Views problem

Max_Headroom - August 4, 2009 - 08:16
Project:GMap Module
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:duplicate
Description

Line 157 in gmap_plugin_style_gmap.inc

Currently, the Macro textfield size in the style options is:
'#size' => 1000,
This breaks long macro strings.
It should be something like:

'#size' => 100,
'#maxlength' => 1000,

#1

Max_Headroom - November 4, 2009 - 10:39
Status:active» duplicate

http://drupal.org/node/499136

 
 

Drupal is a registered trademark of Dries Buytaert.