[kepler-dev] [Bug 4238] New: - Report Designer - Improve the listeners for the section static report item.

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Jul 10 13:24:25 PDT 2009


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

           Summary: Report Designer - Improve the listeners for the section
                    static report item.
           Product: Kepler
           Version: 1.x dev
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: reporting
        AssignedTo: staggs at nceas.ucsb.edu
        ReportedBy: staggs at nceas.ucsb.edu
         QAContact: kepler-dev at kepler-project.org


Right now there is a mouse listener that takes the values from the section
static report item field and puts it into the model. Because of this, unless
you click the mouse outside of the section field or text field before dragging
another static report item onto the report, sometimes the text value will not
be in the model, and so when the view is re-rendered, the text will disappear. 
Usually this does not happen since for the most part the user clicks somewhere
before dragging over the next item.  But it is happening if the user has typed
in some text and not clicked on anything else yet.  The model gets out of sync
with the view, and text fields are not rendered correctly.  The work around
right now is to click anywhere in the report designer after you drop a panel,
or make changes to it, this ensures that the model is updated.


More information about the Kepler-dev mailing list