angular-ui/ui-grid
Auf GitHub ansehenBug : leaveOpen option in Grid Menu is not working when columns are resized
Open
#4.856 geöffnet am 15. Dez. 2015
good first issuetype: bug
Repository-Metriken
- Stars
- (5.395 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
UI Grid 3.0.6
The leaveOpen option is not working when columns are pinned & scroll is enabled.
Requirements:
- leaveOpen set to true.
- Column Resize enabled.
- Horizontal Scroll is enabled.
- One or more Columns pinned to the right.
Steps:
- Resize one or more columns till the first column can be completely scrolled off view.
- Scroll to the column which you want to hide while one or more columns are hidden by scroll on the left.
- Open Grid Menu & select the column to hide.
- The Grid Menu is hidden following the action automattically even when leaveOpen is set to true for the Menu Item.