[Seaside] Scriptaculous in place editor and comanche adaptor

Sebastian Sastre sebastian at flowingconcept.com
Sat Jan 25 23:29:55 UTC 2014


this one seems solved by:

PTEnumerable>>iteratorFor: anObject return: aBoolean
	^ (anObject isKindOf: BlockClosure)
		ifFalse: [ anObject asFunction ]
		ifTrue: [ (JSFunction context: renderContext iterator: anObject) return: aBoolean ]


but there are problems with 

Scriptaculous-Tests-Core

all test fail, printString not giving what’s expected





On Jan 25, 2014, at 7:36 PM, Sebastian Sastre <SEBASTIAN at FLOWINGCONCEPT.COM> wrote:

> there’s a problem about PTSelector that DNU #canvas anymore 
> 
> The windows tab of the demo isn’t working
> 
> Ideas welcome
> 
> 
> 
> 
> 
> 
> On Jan 25, 2014, at 3:23 PM, Sebastian Sastre <sebastian at flowingconcept.com> wrote:
> 
>> Hi there,
>> 
>> I’m seeing this weird error when posting with a scriptaculous in place editor on the latest seaside with comanche.
>> 
>> MessageNotUnderstood: GRPharoUtf8Codec>>invalidUtf8
>> 
>> What the debugger shows?
>> 
>> In #decode: the string seems to be already decoded from utf hence the exception
>> 
>> Any ideas on how to prevent decoding twice?
>> 
>> sebastian
>> 
>> o/
>> 
>> PD: it will not fail when you post text that doesn’t have diacritics so make sure you use something like 'organição'
>> 
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20140125/be55662a/attachment.htm


More information about the seaside mailing list