You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Kelvin Bell (JIRA)" <ji...@apache.org> on 2010/06/23 16:15:50 UTC

[jira] Updated: (PIVOT-538) Table is uneditable when opened modally

     [ https://issues.apache.org/jira/browse/PIVOT-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Bell updated PIVOT-538:
------------------------------

    Attachment: pivotmodaltest.zip

I created the Java and WTKX files using NetBeans.

When you run the program, the BillingForm Frame should be run first (PatientDataTable is a Dialog).

When the BillingForm Frame opens, click on the "View or Update Patient Information" link button.  This button opens up the PatientDataTable Dialog.

Although the Table is set for row editing, the rows are not editable while the form is modal.  Even if I convert it to a Frame or Sheet, the Table is not editable while it is modal.  If I convert it to a Frame and open it as its own owner, then the table rows are editable.

Also, the "Done" link button on the PatientDataTable Dialog doesn't close the Dialog.  If I create the "Done" code in javascript in the wtkx file, it closes the program fine.  Or if I run the program as a Frame, then "Done" closes the program.  But the "Done" link button has no effect while the form is modal.

> Table is uneditable when opened modally
> ---------------------------------------
>
>                 Key: PIVOT-538
>                 URL: https://issues.apache.org/jira/browse/PIVOT-538
>             Project: Pivot
>          Issue Type: Bug
>          Components: wtk
>            Reporter: Kelvin Bell
>             Fix For: 1.5.1
>
>         Attachments: pivotmodaltest.zip
>
>
> Tables that are in a modal Frame/Dialog/Sheet have rows which are not editable (TableViewRowEditor & setRowEditor become useless).  If the Frame (exact same code) is opened non-modally, then the tables are editable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.