Modify ↓
Opened 17 years ago
Closed 17 years ago
#2442 closed enhancement (fixed)
[PATCH] Set focus on the commit message in the upload dialog
| Reported by: | Owned by: | team | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | Cc: | Gubaer |
Description
When the upload dialog is opened the text cursor should be placed in it, and the existing (previous) commit message focused (highlighted) if it exists.
Then a user could begin typing if he wanted a new commit message (including overwriting the old one).
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | changeset-comment-patch.txt added |
|---|
comment:1 by , 17 years ago
| Cc: | added |
|---|---|
| Summary: | Set focus on the commit message in the upload dialog → [PATCH] Set focus on the commit message in the upload dialog |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
patch obsolete. Fixed in rev 1553.
Note:
See TracTickets
for help on using tickets.



attached a patch which initializes the changeset comment with the last changeset comment (from the preferences). If missing, assumes a default changeset comment.
Also sets focus on the commit message as requested.