Issue 122366 - [sidebar] Menu bar button remains checked after menu closes.
Summary: [sidebar] Menu bar button remains checked after menu closes.
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: 4.0.0-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: 4.0.0
Assignee: Andre
QA Contact:
URL:
Keywords:
Depends on:
Blocks: [sidebar]
  Show dependency tree
 
Reported: 2013-05-22 11:42 UTC by Andre
Modified: 2022-10-28 12:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Andre 2013-05-22 11:42:31 UTC
1. Click on the menu button of the sidebar to open the drop down menu.

-> the menu button is checked, ie it is painted with a gray border

2. Close the drop down menu (by clicking anywhere inside or outside the menu)

-> the menu button is still checked.


The menu button should not be checked after the drop down menu is closed.
Comment 1 Andre 2013-05-22 11:49:58 UTC
Fixed by explicitly unckecking the menu button in TabBar OnToolboxClicked.
Comment 2 SVN Robot 2013-05-22 11:57:27 UTC
"af" committed SVN revision 1485165 into trunk:
i122366: Uncheck sidebar menu button after menu is closed.