Modify ↓
Opened 17 years ago
Closed 17 years ago
#2927 closed defect (fixed)
[PATCH] Mouse jumps to table cell on opening the relation editor
| Reported by: | Michi | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | r1792 | Cc: | Michi |
Description
When the relation editor is opened the mouse jumps to the first tag table cell. This is done by simulation a mouse click on the cell to focus it (see code). Unfortunately the mouse isn't moved to the original position, and this is really annoying. ;-)
The attached patch fixes this by gettings the mouse position before the movement. After the simulated click the mouse is moved to the original position.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | TagTable.patch added |
|---|
comment:1 by , 17 years ago
| Cc: | added |
|---|
Note:
See TracTickets
for help on using tickets.



Patch