Community
Participate
Working Groups
1.1.0.201109151100-r. I can copy the commit hash from the Commit Editor or from the History view via keyboard but not via mouse. As a mouse user I'd like to be able to do right mouse click > Copy.
Pushed http://egit.eclipse.org/r/4669 for review.
Re enablement problems discussed in http://egit.eclipse.org/r/#change,4669 : This is not Mac-specific. Steps to reproduce are: - select the SHA => Copy is enabled (good) - click into Message field - right-click the title field => Copy enabled (should be disabled) The problem is that HeaderText(Form, String) contains titleLabel.addFocusListener(new FocusAdapter() { public void focusLost(FocusEvent e) { titleLabel.setSelection(0); } }); This changes the selection without notifying selection listeners.
(In reply to comment #2) > Re enablement problems discussed in http://egit.eclipse.org/r/#change,4669 : > This is not Mac-specific. > > Steps to reproduce are: > - select the SHA > => Copy is enabled (good) > - click into Message field > - right-click the title field > => Copy enabled (should be disabled) > > The problem is that HeaderText(Form, String) contains > titleLabel.addFocusListener(new FocusAdapter() { > public void focusLost(FocusEvent e) { > titleLabel.setSelection(0); > } > }); > > This changes the selection without notifying selection listeners. Thanks for checking.
merged as 5922341006cdaffcf83f034cb6bbb063ae499ee6
Verified in org.eclipse.egit.ui_1.3.0.201201221914.