I'll soon commit a patch for this but I've spotted a problem at the
browser:
full_qualified_form does not play nice with widget descriptions...
I've done a workaround at r929 so it doesn't affect the descriptions
name but it breaks the field_id for the AutoComplete @ the browser:
<SCRIPT TYPE="text/JavaScript" LANGUAGE="JavaScript">
AutoCompleteManagerAuto Complete_state = new AutoCompleteManager
('Auto Complete_state',
'Auto Complete_state_text', 'Auto Complete_state_hidden',
'turbogears.widgets.AutoCompleteField/search', 'statename',
'states');
addLoadEvent(AutoCompleteManagerAuto
Complete_state.initialize);
</SCRIPT>
See the weird name "AutoCompleteManagerAuto Complete_state"? Of
course, it breaks it :(
Suggestions anyone? Maybe a work around could be made at the
Description as this should only affect them (root widgets which are
not forms, spaces in their names...)
Alberto
On 10/03/2006, at 22:19, Alberto Valverde wrote:
>
> I've finally spotted it, my sloppy fingers fault (not mine ;).
> Committing a fix soon...
>
> On 10/03/2006, at 22:13, Jorge Godoy wrote:
>
>>
>> Alberto Valverde <[EMAIL PROTECTED]> writes:
>>
>>> Yep, same as me except for the ERROR...
>>>
>>> Thanks, Alberto
>>
>>
>> These are the versions I have here:
>>
>>
>> TurboGears 0.9a1dev-r925
>> nose 0.8.4
>> RuleDispatch 0.5a0
>> setuptools 0.6a10
>> FormEncode 0.4
>> cElementTree 1.0.5-20051216
>> PasteScript 0.5
>> elementtree 1.2.6
>> simplejson 1.1
>> SQLObject 0.7.1dev-r1474
>> CherryPy 2.2.0rc1
>> TurboKid 0.9.2dev-r924
>> PyProtocols 1.0a0
>> Cheetah 1.0
>> PasteDeploy 0.3
>> Paste 0.5
>> FormEncode 0.4
>> kid 0.9
>> elementtree 1.2.6
>>
>>
>> --
>> Jorge Godoy <[EMAIL PROTECTED]>
>>
>>
>
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---