Just in case anyone else is experiencing this problem; I have just found the solution in another thread:
You simply need to edit the following file frim the plugin:
shortcodes-pro/inc/shortcodespro-overlay.php
And replace the following line:
window.tinyMCE.execInstanceCommand(‘content’, ‘mceInsertContent’, false, shortcodeContent);
With this snippet:
window.tinyMCE.execCommand(‘mceInsertContent’, false, shortcodeContent);
The full thread is: https://www.ads-software.com/support/topic/shortcodes-with-select-attribute-no-longer-working-with-39?replies=19
(See post #9 from dazbot)