| Summary: | Entity Generation wizard flashes when you select a table from the checkbox list | ||
|---|---|---|---|
| Product: | [WebTools] Dali JPA Tools | Reporter: | Karen Butzke <karenfbutzke> |
| Component: | JPA | Assignee: | Nan Li <nan.n.li> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | danny.ju, jolene.moffitt, neil.hauge |
| Version: | 2.3 | ||
| Target Milestone: | 3.4 M2 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Karen Butzke
Forgot the method : TableSelectorWizardPage.doStatusUpdate() Danny, Do you know why the TablesSelectorWizardPage.doStatusUpdate() uses a RunnableWithProgress? This seems unnecessary to me and fixes this bug if it is removed. Moving JPA specific bugs to new JPA component in bugzilla. Targeting to Juno release. This doesn't seem important enough to do in an RC build This is only reproducible on Windows. Mac iOS has no such problem. Investigated the code and didn't find it's necessary for TablesSelectorWizardPage.doStatusUpdate() to use IRunnabledWithProgress. Tested that entity gen works well without using it. patch committed to the master branch. Verified in build I-3.6.0-20130926012622 that the table selection page does not repaint each time you select/deselect a table in the list. |