[digikam] [Bug 376425] New: Light table window not activated or brought to front

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 376425] New: Light table window not activated or brought to front

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376425

            Bug ID: 376425
           Summary: Light table window not activated or brought to front
           Product: digikam
           Version: 5.4.0
          Platform: MS Windows
                OS: MS Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Usability
          Assignee: [hidden email]
          Reporter: [hidden email]
  Target Milestone: ---

In the thumbnails view, click the Light Table button to open the Light Table
Window.

Switch back to the main DigiKam window containing the thumbnails view.

Click the Light Table button again. Nothing happens. It seems like a normal
expectation would be for the Light Table window to be activated and brought to
the front. This is especially a problem when the main window is maximized
because the Light Table window is hidden behind and the Light Table button
appears to do nothing.

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 376425] Light table window not activated or brought to front

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376425

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
          Component|Usability                   |LightTable

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 376425] Light table window not activated or brought to front

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376425

Maik Qualmann <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #1 from Maik Qualmann <[hidden email]> ---
Problem is here, work not under Windows:

KWindowSystem::unminimizeWindow(widget->winId())

Alternatively:

widget->show() work not for minimized window
widget->showNormal() last window size and position not korrekt
widget->showMaximized() window is always maximized

Maik

--
You are receiving this mail because:
You are the assignee for the bug.