| Summary: | Git log: No longer be able to press ENTER to view a commit. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> | ||||
| Component: | Git | Assignee: | libing wang <libingw> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P3 | CC: | Szymon.Brandys | ||||
| Version: | 0.5 | Flags: | Szymon.Brandys:
review+
|
||||
| Target Milestone: | 1.0 RC2 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
libing wang
Created attachment 222088 [details]
Patch for Szymon to review
Szymon, when you render the actions the call of this.getActionsColumn(item, tableRow, null, null, true); put all the commands into nav grid by free. That is why we see all the commands in the grids. The links at the first column, we have to call mNavUtils.addNavGrid function to let the selection model know that the DOM node is in the grid navigation. I put the patch for you to review. The change is simple and safe. I've pushed the commit to branch bug391479 and tried to ask for review in Orion. Seemed that it does not recognize "Szymon brandys" as the user name. And I have no idea what name I should put there. (In reply to comment #3) > I've pushed the commit to branch bug391479 and tried to ask for review in > Orion. Seemed that it does not recognize "Szymon brandys" as the user name. > And I have no idea what name I should put there. "sbrandys". You can also just paste the review link to Bugzilla. Anyway, the commit is fine and I merged it to master. Thanks! |