You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you open any code editor modal, the code editor contains a blinking text cursor that is indicating to the user that the code entry box has focus, even when it does not have focus. This is frustrating when you start to type and find that your input is not going to the right place.
Steps to Reproduce
Start OpenIDM with any project that has mappings (e.g. the "Getting Started" sample project).
Click on any property mapping to open the edit modal.
Switch to the "Transformation Script" tab.
Examine the "Inline Script" field.
Start typing text.
Expected Results
In step 7, the "Inline Script" field should not have a blinking cursor unless it actually has focus.
Actual Results
In step 7, the "Inline Script" field displays a blinking cursor despite the fact that the "Type" field actually has focus:
In step 8, the text you type goes to the "Type" field. The "Inline Script" field continues to display a flashing cursor despite no text appearing there.
Additional Information
The field only behaves like this upon first entry into the modal for a given property mapping. Once the field has focus, if you move focus to another field on the page, it no longer displays the flashing cursor. Unfortunately, you are usually going into the modal for quick edits, which greatly increases the chances you will encounter this issue since it appears each time the modal is opened.
The text was updated successfully, but these errors were encountered:
GuyPaddock
changed the title
[5.5.0] Code Editor Indicates it Has Focus When it Does Not
[5.5.0] Code Editor Indicates It Has Focus When It Does Not
Mar 26, 2018
Affected Versions
master
, at 731844f)Summary
When you open any code editor modal, the code editor contains a blinking text cursor that is indicating to the user that the code entry box has focus, even when it does not have focus. This is frustrating when you start to type and find that your input is not going to the right place.
Steps to Reproduce
Expected Results
In step 7, the "Inline Script" field should not have a blinking cursor unless it actually has focus.
Actual Results
Additional Information
The field only behaves like this upon first entry into the modal for a given property mapping. Once the field has focus, if you move focus to another field on the page, it no longer displays the flashing cursor. Unfortunately, you are usually going into the modal for quick edits, which greatly increases the chances you will encounter this issue since it appears each time the modal is opened.
The text was updated successfully, but these errors were encountered: