[kepler-dev] [Bug 5266] Two empty boxes inside Sinewave actor when in Reporting suite

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Jun 15 08:00:19 PDT 2012


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5266

Christopher Brooks <cxh at eecs.berkeley.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3
                 CC|                            |cxh at eecs.berkeley.edu
          Component|reporting                   |general
           Severity|normal                      |minor

--- Comment #1 from Christopher Brooks <cxh at eecs.berkeley.edu> 2012-06-15 08:00:19 PDT ---
The reported problem here is that if a Sinewave actor is dragged onto the
canvas in Kepler, then two blank boxes appear.  

One is an attribute that is actually an old-style annotation that is supposed
to say "Generate a sine wave".

The second is a SingletonAttribute that when clicked is supposed to bring
up the documentation for the composite.

The contents of the Sinewave actor appear fine inside Ptolemy II, the problem
is with Kepler.

For the first one, we could just substitute in a more recent TextAttribute,
but the real fix would be to make it so that Kepler would properly display
these because presumably there are other models that have these old
annotations.
In ptII, the code that possibly displays these annotations might be in
ptolemy/vergil/icon/XMLIcon.java

For the second one, we need to look at how Kepler displays the
SingletonAttribute.

-- 
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