Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Paste commands in Command Definition Window #2579

Closed
wiserweb opened this issue Sep 23, 2016 · 1 comment
Closed

Cannot Paste commands in Command Definition Window #2579

wiserweb opened this issue Sep 23, 2016 · 1 comment
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.

Comments

@wiserweb
Copy link

wiserweb commented Sep 23, 2016

It seems that nightly build does not allow pasting commands in Command Definition Window.

Discovered issue while following the steps in this comment [https://github.com//issues/392#issuecomment-185596024] to be able to access a Meteor workspace instance from machine on LAN.

Secondary issue, using Enter key with focus in Command Line field saves changes instead of inserting new line. Workaround is to use concatenated command i.e. cd ${current.project.path} && meteor

Reproduction Steps:

  1. Create CMD using Command Definition window and attempt to paste command in field
  2. Attempt to use Crtl-V and right-click context menu for Paste are not available to user

Expected behavior:

Ability to copy/paste command from and into Command Line field.

Ability to insert new line by using Enter key in Command Line field.

Observed behavior:

Enter key saves the dialog information.

Che version: nightly
OS and version: OSX el Capitain 10.11.6
Docker version: Docker version 1.12.1, build 23cf638
Che install: Docker

Additional information:

Related issue... When clicked the preview url [192.168.1.111:32736] that is created/outputed does not open a browser window with the URL. It opens a about:blank window. The preview URL must be manually entered into browser window to access Meteor project after successful build.

  • Problem started happening recently, didn't happen in an older version of Che: N/A
  • Problem can be reliably reproduced, doesn't happen randomly: Yes
@ghost
Copy link

ghost commented Sep 25, 2016

@wiserweb I have just run Che nightly on Windows 8 and can copy and paste in the CMD widget. I wonder if this is a Mac specificissue.

Secondary issue, using Enter key with focus in Command Line field saves changes instead of inserting new line.

This is expected behavior.

When clicked the preview url [192.168.1.111:32736] that is created/outputed does not open a browser window with the URL. It opens a about:blank window.

I used the following macro is my command preview URL - http://${server.port.8080} and it worked.

@ghost ghost added the kind/question Questions that haven't been identified as being feature requests or bugs. label Sep 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.
Projects
None yet
Development

No branches or pull requests

2 participants