OpenNewsLabs / autoEdit_2

Fast text based video editing, node Electron Os X desktop app, with Backbone front end.
https://opennewslabs.github.io/autoEdit_2/
MIT License
419 stars 56 forks source link

Unable to edit credentials in Adobe CEP Panel #65

Closed pietrop closed 5 years ago

pietrop commented 5 years ago

Describe the bug

Unable to edit credentials in Adobe CEP Panel

To Reproduce Steps to reproduce the behavior:

  1. Go to Premiere, click on window, extensions, autoEdit2 to load the panel
  2. Click on the cog wheel ⚙️ to open the settings view in the autoEdit panel
  3. click on any of the STT services, Speechmatics, IBM , etc..
  4. when clicking on the input field, unable to add text/edit/delete text.

Expected behavior

Expected to be able to edit text in settings panel input

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

You can add title text and description in create new transcription view. so comparing the two views might be a good way to figure out what is the issue.

For now. autoEdit desktop and autoEdit Panel, share the same database, and user folder in the system library, so as a workaround, downloading the desktop app, and adding credentials there, should reflect in the Adobe Panel. - you will need to close and re-open the panel.

pietrop commented 5 years ago

seems like the issue was in the view template for settings, using title instead of text for the input field.

<input type="title" replaced it with <input type="text"