[kepler-dev] [Bug 4185] - TabManager acting strangely
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Fri Jun 26 10:53:31 PDT 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4185
berkley at nceas.ucsb.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #2 from berkley at nceas.ucsb.edu 2009-06-26 10:53 -------
WorkflowRunManagerPanel was falsely assuming that calling topLevel() on a model
would return a CompositeActor. Instead, if there was no model loaded,
topLevel() returns the configuration. There was a classcastexception being
thrown when this happened which for some reason, caused the tabs to
reinitialize. I fixed the cast now it seems to work fine.
More information about the Kepler-dev
mailing list