Opened 6 years ago
Last modified 5 years ago
#14860 assigned bug
Deskbar menu of input method icon works only once
Reported by: | hanya | Owned by: | jscipione |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Deskbar | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
If customu input menu has own submenu at deskbar icon, the menu works only once.
If the submenu is shown once, the submenu is no longer work even any item is choosen until set the menu again by SetMenu method.
Attachments (1)
Change History (5)
by , 6 years ago
Attachment: | method.cpp added |
---|
comment:1 by , 6 years ago
The attached method.cpp contains test input method provides submenu on the deskbar icon. This can be build like: g++ -o im_test method.cpp -lbe /boot/system/servers/input_server
The submenu contains the following entries:
- Alert 1: shows alert. The menu is unuseful after you choose this item.
- Alert 2: shows alert and set menu again. You can choose other item because of the new menu is set.
comment:2 by , 6 years ago
Component: | - General → Applications/Deskbar |
---|---|
Owner: | changed from | to
Setting component to Deskbar for now, but this might be an Interface Kit bug. (Either way, could you take a look at this, jscipione?)
comment:3 by , 6 years ago
The same problem happen on submenus in some custom code. I needed to call SetTargetForItems on each submenus to avoid this problem.
comment:4 by , 5 years ago
Status: | new → assigned |
---|
Test input method