Page 1 of 1

XML Grid Error on long attribute names

Posted: Sun Jan 06, 2013 9:51 pm
by Stefan_E
Hi all,

I've the following XML:

Code: Select all

<FinalSplits>
<Test SplitParamRight="0.57">
</Test>
<Test SplitParamLeft="-0.5">
</Test>
<Test SplitParamLeft="-1.97" SplitParamRight="0.5">
</Test>
</FinalSplits>
This doesn't display correctly in the grid editor of Oxygen 14.1: It creates three instead of two columns. Shortening the attribute names, eg. to A1 and A2 creates correct display - so there is apparently a hidden constraint on attribute name length.

Stefan

Re: XML Grid Error on long attribute names

Posted: Sun Jan 06, 2013 9:57 pm
by Stefan_E
.. incorrect - not the length of the attribute matters, but the order in which the attributes appear.
Sorry for incorrect first post! Stefan

Re: XML Grid Error on long attribute names

Posted: Mon Jan 07, 2013 9:14 pm
by ionela
Hello,

Thank you for your feedback.

We've tested this behavior and we could reproduce this issue on our side.
I have logged this problem to our issue tracking tool to be investigated and resolved in a future version of oXygen.

Regards,
Ionela

Re: XML Grid Error on long attribute names

Posted: Thu Feb 14, 2013 3:03 pm
by Radu
Hi Stefan,

We recently released Oxygen 14.2 which should create a minimal set of columns for the grid table, no matter what order the attributes are specified in the XML.

Regards,
Radu

Re: XML Grid Error on long attribute names

Posted: Sat Feb 16, 2013 6:07 pm
by Stefan_E
Great! Thanks!

Stefan