Project

General

Profile

Actions

Bug #2197

closed

Morpho fails to load number type when editing column documentation

Added by Will Tyburczy almost 19 years ago. Updated almost 15 years ago.

Status:
Resolved
Priority:
Immediate
Assignee:
Category:
morpho - general
Target version:
Start date:
09/15/2005
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2197

Description

When you right click on a column and select "Edit Column Documentation", the number type for that
column (natural number, integer, real, etc) is not loaded into the editing window. Thus, the type listed
when you open the window is always "natural numbers", and you have to remember to change it to the
appropriate type every time you edit the column's documentation.

Actions #1

Updated by Will Tyburczy over 17 years ago

This creates problems when trying to use data sets in Kepler, as they often have the incorrect number type selected as a result of this bug. I think we should step up the priority of the bug, especially since I don't think it should be that hard to fix.

Actions #2

Updated by Matt Jones almost 16 years ago

This bug has been reported again by Gail Steinhart <>, who reports:
"Just wondering if anyone has reported this Morpho bug: when I choose Data > Edit column documentation from the Morpho menu, the number type is reset to "NATURAL", regardless of my previous selection - most inconvenient!"

I think the priority on this should be moved up to 1.6.2, as it seems like a simple problem and one easily fixed for the 1.6.2 release. Jing, please recategorize if this takes a long time to fix.

Actions #3

Updated by Jing Tao almost 16 years ago

In edu/ucsb/nceas/morpho/plugins/datapackagewizard/pages/IntervalRatioPanel.java class, it had a line:
numberTypePickList.setSelectedItem(type);
Actually, the type value is different to the display value of the JComboBox numberTypePickList. So the panel will display the default value.
I add a new method to transfer the type to display value, then the bug was fixed.

Actions #4

Updated by Jing Tao almost 15 years ago

move to 1.7

Actions #5

Updated by Redmine Admin over 11 years ago

Original Bugzilla ID was 2197

Actions

Also available in: Atom PDF