| Summary: | Field can be edited even if they are marked as N/A | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Vincent Lorenzo <vincent.lorenzo> | ||||||||
| Component: | EMF-Facet | Assignee: | Gregoire Dupe <gdupe> | ||||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||||
| Severity: | normal | ||||||||||
| Priority: | P2 | CC: | emft.facet-inbox, gdupe | ||||||||
| Version: | unspecified | Flags: | gdupe:
indigo+
|
||||||||
| Target Milestone: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Whiteboard: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Vincent Lorenzo
Created attachment 194248 [details] Patch for Bug 342028 Implementation Hi, I've added a new method isSelectedCellEditable() called each time a edit action is perform on a table's cell. In order to do that, I've modified the EditBinding class so that it uses our own MouseEditAction which calls INatTableWidget2.editSelectedCell(). (before that, only the "Edit" key binding was redirected to this method, which was a mistake) (a) I, Nicolas Guyomar, wrote 100% of the code I've provided. (b) I have the right to contribute the code to Eclipse. (c) I contribute the content under the EPL. (d) This contribution contains no Cryptography features. Regards, Nicolas Guyomar Created attachment 194695 [details] Patch for Bug 342028 SWTBot Test Hi, Please find attached a non regression test perform by SWTBot. In this patch I also changed : - the fact that the bot was declared static. - the way double click is performed is now SWTBot like, as a consequence I removed an unnecessary method from INatTableWidgetInternal:getCellPositionRelativeToDisplay() (a) I, Nicolas Guyomar, wrote 100% of the code I've provided. (b) I have the right to contribute the code to Eclipse. (c) I contribute the content under the EPL. (d) This contribution contains no Cryptography features. Regards, Nicolas Guyomar Created attachment 194916 [details] Patch for Bug 342028 SWTBot Hi, There was a wrong URI in the previous patch, here is an updated one (a) I, Nicolas Guyomar, wrote 100% of the code I've provided. (b) I have the right to contribute the code to Eclipse. (c) I contribute the content under the EPL. (d) This contribution contains no Cryptography features. Regards, Nicolas Guyomar Comment on attachment 194248 [details] Patch for Bug 342028 Implementation Here is a contribution from one employee of Mia-Software, targeting future Indigo release. The company has signed a Member Commiter Agreement. The contribution does not need a CQ (see bug 322327). I've committed this contribution. Committed revision 635. Comment on attachment 194916 [details] Patch for Bug 342028 SWTBot Here is a contribution from one employee of Mia-Software, targeting future Indigo release. The company has signed a Member Commiter Agreement. The contribution does not need a CQ (see bug 322327). I've committed this contribution. Committed revision 635. This bug can be marked as fixed. This bug can be marked as closed. |