[kepler-dev] [Bug 4915] PortParameters instantiated from Outline tab cannot be deleted
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Wed May 12 15:14:19 PDT 2010
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4915
--- Comment #8 from Derik Barseghian <barseghian at nceas.ucsb.edu> 2010-05-12 15:14:18 PDT ---
Hey Christopher,
I just commented out these two lines in ParameterPort's constructor (which I
believe is essentially the same as reverting this file to r57040):
//Parameter notDraggable = new Parameter(this,"_notDraggable");
//notDraggable.setPersistent(false);
and I'm then able to replicate the bug again on reporting trunk and kepler
trunk on Windows and reporting trunk on os X (even though I don't think
platform nor reporting vs kepler makes a difference for this) by doing the
following:
1) from Component Library, drag out a PortParameter
2) switch to Outline
3) drag out the PortParameter. I just get a white arrow and no dot, and I can't
delete the arrow.
I see you added that second line to keep this nonDraggable Parameter from being
written out:
r57762 "Mark the notDraggable parameter as non-persistent so that it does not
get written out." I presume that remedies your concern about the model sizes in
the comment above...?
--
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Kepler-dev
mailing list