#426 closed misbehavior (fixed)
Info-window popup
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | major | Milestone: | arb7.0 |
Component: | Libraries (multi) | Version: | SVN |
Keywords: | Cc: |
Description (last modified by westram)
Currently:
- motif version pops up infowindow, when a species in the search result list is clicked
- gtk version doesn't (powerusabilty)
The feature is unwanted, cause it hinders the from browsing through the search results using the .
Solution:
- remove callback popping up the info window from selection list
- add button to popup infowindow to all windows using searchtools
TODO
- list of all uses of the search-tool (somewhere in code)
- search for other occurrences of callbacks bound to selectionlist-clicks and consider to remove the feature completely ( it is not compatible with macro-record/playback anyway, so we should get rid of it)
Change History (9)
comment:1 follow-up: ↓ 2 Changed 11 years ago by epruesse
comment:2 in reply to: ↑ 1 Changed 11 years ago by westram
Replying to epruesse:
I thought "powerusability" was a gtk merge-prerequisites milestone?
yes. problem is the difference between both versions. But making gtk work like motif goes would produce an unwanted solution
comment:3 Changed 10 years ago by westram
- Description modified (diff)
- Owner changed from devel to westram
- Status changed from new to _started
comment:4 Changed 10 years ago by westram
- Type changed from defect to misbehavior
comment:5 in reply to: ↑ description Changed 10 years ago by westram
Solution:
- remove callback popping up the info window from selection list
- add button to popup infowindow to all windows using searchtools
implemented by [12416]
comment:6 in reply to: ↑ description Changed 10 years ago by westram
- Resolution set to fixed
- Status changed from _started to closed
TODO
- search for other occurrences of callbacks bound to selectionlist-clicks and consider to remove the feature completely ( it is not compatible with macro-record/playback anyway, so we should get rid of it)
moved to new ticket #559
comment:7 Changed 9 years ago by westram
- Milestone powerusability deleted
Milestone powerusability deleted
comment:8 Changed 9 years ago by westram
- Milestone set to arb6.1
mark changes that got fixed after arb 6.0.x
Note: See
TracTickets for help on using
tickets.
I thought "powerusability" was a gtk merge-prerequisites milestone?