Bug 579287 - push result hyperlinks no longer clickable without ctrl key
Summary: push result hyperlinks no longer clickable without ctrl key
Status: RESOLVED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 6.1   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: 6.2   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-17 03:43 EDT by Michael Keppler CLA
Modified: 2022-03-17 07:38 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Keppler CLA 2022-03-17 03:43:31 EDT
Before egit 6.1 the hyperlink in the push result dialog was clickable without any special key on Windows. Since 6.1 you have to use ctrl-click to open the link in a browser.

Confirmed by 2 colleagues. However, I'm not sure yet if that is actually an egit issue or whether the platform behavior changed in 2022-03 (since we upgraded that, too).
Comment 1 Thomas Wolf CLA 2022-03-17 04:15:25 EDT
That looks like a bug introduced in https://git.eclipse.org/r/c/jgit/jgit/+/189725. The text area is mistakenly created editable, but should be read-only.
Comment 2 Thomas Wolf CLA 2022-03-17 04:18:28 EDT
(In reply to Thomas Wolf from comment #1)
> That looks like a bug introduced in
> https://git.eclipse.org/r/c/jgit/jgit/+/189725. The text area is mistakenly
> created editable, but should be read-only.

Sorry; I meant https://git.eclipse.org/r/c/egit/egit/+/189762 .
Comment 3 Eclipse Genie CLA 2022-03-17 04:21:26 EDT
New Gerrit change created: https://git.eclipse.org/r/c/egit/egit/+/191985