Floating dialog will not come to the front when Develop, Book or Print modules are active
I have a plugin that I'm developing and I'm using a floating dialog. When LrC has either the Library, Map, Slideshow or Web module active, the floating dialog can be brought to the front by clicking on it from the Windows Task bar. The floating dialog will not come to the front when Develop, Book or Print are active.
Is there a trick to this? Is there something that I'm missing? Is it as designed? Or is it a bug?
Code is
local profileDialog = {
title = "Metadata Settings",
contents = dialogLayout,
resizable = false,
save_frame = 'MetadataSettingsPosition',
blockTask = true,
windowWillClose = closeDialog,
background_color = LrColor( "gray" ),
}
LrDialogs.presentFloatingDialog( _PLUGIN, profileDialog )
Does anyone know?
