ciena-frost / ember-frost-table

MIT License
1 stars 9 forks source link

selectedItems array remains blank for table when user tries to click on checkbox with pressed "ctrl" button in window and "option" button in mac . #53

Closed prahangd closed 6 years ago

prahangd commented 6 years ago
  1. SelectedItems array remains blank for table when user tries to click on checkbox with pressed "ctrl" button in window and "option" button in mac .
  2. Although checkbox gets selected when user tries to select the record with ctrl button pressed in window and and "option" button in mac but selectedItems array remains blank. screen shot 2018-02-08 at 3 44 52 pm screen shot 2018-02-08 at 3 45 52 pm
juwara0 commented 6 years ago

@prahangd - Thank you for opening an issue to track this. Can you provide the following details about this issue:

prahangd commented 6 years ago

Where is this occurring in an app or when used inside another add-on? --> It occuring in all MCP pages where ember-frost-table is used. What version of Ember CLI are you using when consuming this add-on? --> "ember-cli": "2.12.3", What version of this repo (ember-frost-table) are you using? --> "ember-frost-table": "^2.0.0"

notmessenger commented 6 years ago

@prahangd In OS X the correct modifier/meta key you want to use is the command ⌘ key, not option. If you use the command ⌘ key I believe you will find that things work as expected.

That being said, I have opened #54 because it is incorrect behavior that the use of option key should cause part of the intended behavior to function incorrectly.