Opened 10 years ago
Last modified 9 years ago
#559 assigned defect
Some actions do not get macro-recorded
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | no idea | Version: | SVN |
Keywords: | Cc: |
Description (last modified by westram)
Wanted behavior
- button widgets are not bound to awars. A button click is recorded as remote_action
- all other widgets are bound to awars. Widget interaction shall be recorded as remote_awar-change
Unwanted callbacks bound to non-button-widgets
widget | code-marker | examples | gtk | macros |
---|---|---|---|---|
| | not handled | fail | |
option menus | OPTIONMENU_SELECT_CB | MP_AWAR_QUALITY formatted-menu in ali-admin | not handled | fail |
toggles | TOGGLE_CLICK_CB | WWW-setup EDIT4-NDS-Setup | fail | |
toggle fields | - | none found | ||
input fields | INPUTFIELD_CB | Primer design (GC- and temp-factor) | fail | |
text fields (multiline) | TEXTFIELD_CB | only used in Info-Window macros fail there for other reasons |
- replace these callbacks by awar-callbacks ⇒ macro-recording will work
Other unrecorded -actions
- double click callbacks in selection lists (e.g. 'mark' in search result)
- mode-select callback; problematic for info-mode (which opens the info-window)
Change History (9)
comment:1 Changed 10 years ago by westram
- Description modified (diff)
comment:2 Changed 9 years ago by westram
- Description modified (diff)
- Version set to SVN
comment:3 Changed 9 years ago by westram
- Description modified (diff)
comment:4 Changed 9 years ago by westram
- Description modified (diff)
comment:5 Changed 9 years ago by westram
- Description modified (diff)
comment:6 Changed 9 years ago by westram
- Owner changed from devel to westram
- Status changed from new to _started
comment:7 Changed 9 years ago by westram
- Description modified (diff)
comment:8 Changed 9 years ago by westram
- Description modified (diff)
comment:9 Changed 9 years ago by westram
- Description modified (diff)
- Status changed from _started to assigned
Note: See
TracTickets for help on using
tickets.
[revert wrong ticket description]