You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by "bamaer (via GitHub)" <gi...@apache.org> on 2023/02/10 05:55:11 UTC

[GitHub] [hop] bamaer opened a new issue, #2303: [Bug]: can't create project in non-existing folder

bamaer opened a new issue, #2303:
URL: https://github.com/apache/hop/issues/2303

   ### Apache Hop version?
   
   SNAPSHOT-20230210
   
   ### Java version?
   
   openjdk version "11.0.17" 2022-10-18
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   Observed behavior: when a project is created in a non-existing folder, Hop GUI shows a pop-up that asks the user if the folder needs to be created. The project dialog keeps focus, the yes/no options in this pop-up dialog can't be clicked, 
   ![image](https://user-images.githubusercontent.com/948257/218011833-abd03899-a2d8-4695-8d16-d202b706b251.png)
   
   Expected behavior: clickable yes/no options in the pop-up dialog. 
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Hop Gui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] nadment closed issue #2303: [Bug]: can't create project in non-existing folder

Posted by "nadment (via GitHub)" <gi...@apache.org>.
nadment closed issue #2303: [Bug]: can't create project in non-existing folder
URL: https://github.com/apache/hop/issues/2303


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] mattcasters commented on issue #2303: [Bug]: can't create project in non-existing folder

Posted by "mattcasters (via GitHub)" <gi...@apache.org>.
mattcasters commented on issue #2303:
URL: https://github.com/apache/hop/issues/2303#issuecomment-1425442858

   It happens when the parent of the dialog isn't correct.  The parent of an SWT shell should always be the dialog where it is called.  I already fixed a number of instances where `HopGui.getInstance().getShell()` and this is probably another one of these cases.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org