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
Post
by Stefan_E » Sun Jan 06, 2013 9:51 pm
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
Post
by Stefan_E » Sun Jan 06, 2013 9:57 pm
.. incorrect - not the length of the attribute matters, but the order in which the attributes appear.
Sorry for incorrect first post! Stefan
-
ionela
- Posts: 300
- Joined: Mon Dec 05, 2011 6:08 pm
Post
by ionela » Mon Jan 07, 2013 9:14 pm
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: 6582
- Joined: Fri Jul 09, 2004 5:18 pm
Post
by Radu » Thu Feb 14, 2013 3:03 pm
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
Post
by Stefan_E » Sat Feb 16, 2013 6:07 pm
Great! Thanks!
Stefan