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

View Blob Container is not properly navigating #287

Closed omendrapandey closed 9 years ago

omendrapandey commented 9 years ago

Environment: Windows/ IntelliJ14.1.2 / Android Studio 1.2

Click Azure. Click storage. Expand a Storage Account. Expand a particular Storage. Expand Blob. Select a particular Blob. Add few blob containers . Click the View Blob container button which will open the blob container. Similarly Click the View Blob Container for other Blob Containers.

But when we click View Blob Container for already opened blob Container , it is not navigating to that particular Blob container tab, whereas in case of VS plugin it is responsive and is navigating to that particular tab.

P.S - This issue is not specific to Blob , it extends to Queue and tables too.

PFB the screenshot for more clarity . nonnaviagte1

nonnavaigate2

omendrapandey commented 9 years ago

View Queue and View Table are now navigating perfectly , but View Blob container is still not navigating properly if it is already opened .

P.S. - Left Clicking on the blob container is able to navigate to that particular tab of blob container .

omendrapandey commented 9 years ago

The issue is fixed now .