Vladimir Lapchenko
Vladimir Lapchenko
If I write such construction: ``` div { span="?[:SomeVariable]" {} } ``` then I get output: ``` var Ø5=WAVE.ce('span');Ø5.innerText=[:SomeVariable]; ``` which contains invalid NHT code `[:SomeVariable]`.
Also, how exactly I should write laconf code in this case: ``` @[if (m_IsOwner) {] Order @[}] ``` ?
There is some inconvenience to use the offered decision. To parse my statement correctly I have to wrap it with additional quotes every time: ``` div { span="?'?[:SomeVariable]'" {} }...
Bug is found: statement with single quote ( '\*#\* ... \*#\*') is not parsed. And multi-line code with "\\" line break doesn't work.
In WAVE some functions require html-content as parameter. For example, `showConfirmationDialog(title, content, buttons, callback, options)`: ``` WAVE.GUI.showConfirmationDialog( 'Action confirmation', 'Are you sure you want to approve this action?'+ 'The action...
Some error appeared due to using ToNetworkByteOrder() instead of ToByteArray() for GUID (in several places code was not fixed). Also I can't fix tests for CompilingExpressionEvaluator (migration to Core is...