Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Floating dialog will not come to the front when Develop, Book or Print modules are active

Enthusiast ,
Nov 24, 2025 Nov 24, 2025

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?

 

TOPICS
SDK , Windows
52
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 24, 2025 Nov 24, 2025

I see the same issue on Windows (but not Mac) with the floating dialogs in my Any Crop plugin. Floating dialogs have a number of rough edges, e.g. there's no way to keep them disappearing under the main window -- I tell users to adjust their window sizes so the Any Crop window peeks behind the main window.  Also, on Windows when in Window > Screen Mode > Full Screen, the floating dialog never comes to the front:

https://community.adobe.com/t5/lightroom-classic-bugs/p-sdk-floating-dialogs-always-in-back-never-in...

 

I generally try to stay away from floating dialogs now.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 24, 2025 Nov 24, 2025
LATEST

@johnrellis 

 

Thanks John, that looks like a bug in Windows then.

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines