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

Phoenix form fill sometimes adds escaped quotes to enum values #1561

Open
cartermak opened this issue Nov 18, 2024 · 1 comment
Open

Phoenix form fill sometimes adds escaped quotes to enum values #1561

cartermak opened this issue Nov 18, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cartermak
Copy link
Member

Checked for duplicates

No - I haven't checked

Is this a regression?

Yes - This worked in a previous version

Version

3.1.1

Describe the bug

I might have some red herrings in here, but what I observed is:

When authoring a command which uses an arg delegate to replace the first and third integer-type arguments with enum-type arguments, selecting an item from the dropdown for the first argument leads to the inserted value incorrectly containing escaped quotes. This does not happen for the other (third) argument, which also uses an arg delegator, but has far fewer options than the first argument. So candidates for the salient independent variable(s) are:

  • arg delegator vs. native FSW arg
  • number of allowed values in the range (enough that the form fill includes a search bar)

This is a regression from Aerie 3.0.0, where I don't experience this bug.

Reproduction

Reach out and I can give a demo or share the specific command(s) in the Clipper adaptation that trigger the bug.

Logs

No interesting browser error logs.

System Info

Firefox on MacOS

Severity

Major

@cartermak cartermak added the bug Something isn't working label Nov 18, 2024
@cartermak
Copy link
Member Author

Assigning Ryan per his request

joswig added a commit that referenced this issue Nov 19, 2024
joswig added a commit that referenced this issue Nov 21, 2024
joswig added a commit that referenced this issue Dec 6, 2024
joswig added a commit that referenced this issue Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants