Page 1 of 1

EB4 blank and space

Posted: Wed Jun 06, 2012 3:13 pm
by jordan
hello support, very nice new version EB4 TNX!

but could you please revert to xsl parse blank instead to space
cause using a blank input does not work anymore
which means any input that is blank will return an error/fail
if you have an input like …

next = '#NextButton' ---> works
next = '' ------------------> works
next = ' ' -----------------> won't work

so you can never create an input with an empty value ?
this causes many of my extensions to not work anymore !

other then that EB4 seems to work out of the box . 8) , but please revert … :| .

Re: EB4 blank and space

Posted: Wed Jun 06, 2012 3:38 pm
by Pablo
Can you please be more specific? To which part of EB is this related?
How can I reproduce this behavior?

Re: EB4 blank and space

Posted: Wed Jun 06, 2012 4:18 pm
by jordan
a dataset example

==========================================================================================
EB xsl edit
$('<xsl:value-of select="ID"/>').css('background-color','<xsl:value-of select="COLOR"/>');

WB property edit could be
'#Layer1' : '#000000' ––> before 8.2.0 – here the value is set – works
'' : '#000000' ––––––--–––> before 8.2.0 – here the value is empty (blank) – still works

' ' : '#000000' ––––––––-> after 8.2.0 – WB 8.2.0 creates a (space) when a value is empty – this does not work

==========================================================================================

if a value is empty then WB 8.2.0 creates a (space) as value instead of a (blank) value, this causes errors/fails
so, instead of '-nothing-' WB 8.2.0 creates a '-space-' between the quotes

Re: EB4 blank and space

Posted: Wed Jun 06, 2012 7:37 pm
by Pablo
Ok, thanks I will check it out tomorrow (I cannot remember changing anything to this behavior, but I'm sure you are right).
Is it possible that this is a 'tab' instead of a space?

Re: EB4 blank and space

Posted: Wed Jun 06, 2012 9:08 pm
by jordan
Ok thank you, no tab I think it's a space ?

Re: EB4 blank and space

Posted: Thu Jun 07, 2012 10:17 am
by Pablo
The preview of WWB 8.2 has been updated to fix the spacing problem.

Re: EB4 blank and space

Posted: Thu Jun 07, 2012 11:59 am
by jordan
Works like a charm now, thank you much!