Opened 12 years ago
Closed 11 years ago
#296 closed defect (fixed)
wait cursor does not reset in several situations
Reported by: | aboeckma | Owned by: | devel |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Library (GUI) | Version: | gtkport |
Keywords: | Cc: |
Description (last modified by westram)
Examples:
- Search&Query config
- open search and query
- click on the configuration button ( the small one with the cog wheel and the save icon)
- notice that a new window opens
- notice that the cursor does not reset back to normal after the popup opened.
- Search&Query delete
- open search and query window
- search for some string
- click Delete Listed
- A popup appears asking for confirmation
- while this popup is active the cursor is a clock.
- Rename config
- click species → Configurations → rename
- a popup appears asking for the new name
- while the popup is open the cursor displays the wait symbol.
Change History (4)
comment:1 Changed 11 years ago by westram
comment:2 Changed 11 years ago by westram
- Description modified (diff)
- Summary changed from wait cursor does not reset in configurations for SEARCH and QUERY Window to wait cursor does not reset in several situations
comment:3 Changed 11 years ago by epruesse
basically fixed, the cursor does change back now. the question is, should it even go to "busy" for modal windows or not?
comment:4 Changed 11 years ago by epruesse
- Resolution set to fixed
- Status changed from new to closed
considering fixed, a better option for modal windows logged in #370 (lightbox type darkening of blocked windows)
Note: See
TracTickets for help on using
tickets.
related to #299