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

Find field in form #131

Open
eccountable opened this issue Mar 28, 2022 · 0 comments
Open

Find field in form #131

eccountable opened this issue Mar 28, 2022 · 0 comments

Comments

@eccountable
Copy link

eccountable commented Mar 28, 2022

🐛 Describe the bug
User prompt says "Field Schema Name" but entering the schema name does not work.

📋 To Reproduce
Scenario 1: field exists, but schema name uses Upper/lower case and search provides no useful feedback

  1. Open a form
  2. Select PowerPane/Find field in form
  3. Enter schema name as prompted
  4. No feedback to user

Scenario 2: field is read only

  1. Open a form
  2. Select PowerPane/Find field in form
  3. Enter schema name of a read-only (lock icon) field
  4. User gets response "Focused on the ___ field." but field cannot accept focus so user does not see where the field is.

💭 Expected behavior
Should provide a "field not found" or highlight the field that is found

📷 Screenshots

Product Version
2021 release wave 2 enabled
Server version: 9.2.22022.00137
Client version: 1.4.3983-2202.3
Power pane Version 1.2.2

🌍 Environment
Chrome Version 99.0.4844.82

ℹ️ Additional context

  1. You prompt the user for Schema name, but the fields on the form use the Logical Name. Recommend you convert the users input to lower case before you search. That would provide users to use either the logical name or the schema name when searching.
  2. If the field is read-only (lock icon) and is found, the field cannot receive focus. Recommend changing the style of the field to have square outline around the field.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant