microsoft / msopentech-tools-for-intellij

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
Apache License 2.0
28 stars 34 forks source link

Right click selection of row in storage table is not working #302

Closed omendrapandey closed 9 years ago

omendrapandey commented 9 years ago

OS - Windows Plugin Version - 0.1.205 IDE - Intellij Idea Ultimate 14.1.3 , JRE 1.8 Authentication - Publish Settings file

Steps: Click Azure. Click storage. Expand a Storage Account. Expand a particular Storage. Expand tables. Expand a particular table. Add few entities to the table.

Bring the cursor to any row and right click the mouse button. It will have edit and delete option for the row , which are not responding .

These option are responding when row selection is done through left click of the mouse ,whereas , In VS both right and left click are able to select the row . untitled

BeatriceOltean commented 9 years ago

This may be fixed after the empty rows was fixed and the row is selected. Please regress

omendrapandey commented 9 years ago

Hi @BeatriceOltean , the empty row problem has been fixed , but this problem still exists . Row selection is still not happening through right click in storage table .

omendrapandey commented 9 years ago

Right Click selection is now working fine ..