Opened 4 years ago
Closed 4 years ago
#1485807 closed Bugs (fixed)
Messagelist focus issue when modifying status of selected messages
| Reported by: | Technetux | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2.2 |
| Component: | User Interface | Version: | 0.2.1 |
| Severity: | normal | Keywords: | message focus status flag |
| Cc: | ziba,ksteinhoff |
Description
If you click on the status or flag icon of a selected message a couple times you will experience unexpected focusing and blurring.
click_on_list is called which focuses the messagelist but doc_mouse_up is called after which blurs it. This fix will keep track of what was clicked and avoid blurring of the clicked object in doc_mouse_up.
Attachments (1)
Change History (2)
Changed 4 years ago by Technetux
comment:1 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in different way ([91df1995]). Your patch was reverting the issue fixed in [58c9dd72].