Download & Extend

Macro text field in Views problem

Project:GMap Module
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

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,

Comments

#1

Status:active» closed (duplicate)

http://drupal.org/node/499136

nobody click here