XML Grid Error on long attribute names

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Stefan_E
Posts: 18
Joined: Sat Nov 07, 2009 12:03 am

XML Grid Error on long attribute names

Post 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
Stefan_E
Posts: 18
Joined: Sat Nov 07, 2009 12:03 am

Re: XML Grid Error on long attribute names

Post 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
ionela
Posts: 407
Joined: Mon Dec 05, 2011 6:08 pm

Re: XML Grid Error on long attribute names

Post 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
Ionela Istodor
oXygen XML Editor and Author Support
Radu
Posts: 9448
Joined: Fri Jul 09, 2004 5:18 pm

Re: XML Grid Error on long attribute names

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Stefan_E
Posts: 18
Joined: Sat Nov 07, 2009 12:03 am

Re: XML Grid Error on long attribute names

Post by Stefan_E »

Great! Thanks!

Stefan
Post Reply