Closed (fixed)
Project:
GMap Module
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2009 at 16:41 UTC
Updated:
13 May 2010 at 09:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
willhowlett commentedHi, I've run into this problem as well. Is anyone able to let me know where exactly I need to change the form item type from textfield to textarea?
Comment #2
willhowlett commentedWorked it out. If anyone else comes across this problem the code to change is in modules -> gmap -> gmap_plugin_style_gmap.inc
On line 157 change 'textfield' to 'textarea'
Comment #3
michelleMarked #405020: Gmap views macro text field input is limited and #499136: Gmap views2 style setting field for macro too short duplicates of this.
Not technically a patch but it's a solution so marking as needs review.
Michelle
Comment #4
izmeez commentedsubscribing
Comment #5
twod#size isn't used on textareas, but #rows and #cols are so I just added some values which worked for me.
Comment #6
rooby commentedThanks for the patch. I'm not at my normal computer so I can't test & commit but I will look soon.
Comment #7
capellicI have applied the patch to my install and can verify that it works. Thanks, @TwoD.
Comment #8
rooby commentedCommitted to D6 & HEAD branches