-
Notifications
You must be signed in to change notification settings - Fork 8
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
rename ?autoFill to ?autofill #179
Comments
@pixelzoom yes, let's use |
Changed in master, patched into 1.4 branches for ph-scale and ph-scale basics. In addition to the query parameter, I also renamed occurrences in code (e.g. Assigning to @arouinfar to propagate to client docs. When that has been done, please unassign, and label this issue with "status:fixed-awaiting-deploy" so that it gets schedule for regression testing in the next RC. |
@arouinfar if there are changes to client docs that need to be patched into the 1.4 branches for ph-scale and ph-scale basics, let me know and I'll handle that. |
Thanks, I've updated the client guides to use |
This needs to remain open until verified by QA in the next RC. Labeled fixed-awaiting-deploy. |
To verify in ph-scale and ph-scale-basics for brand=phet:
To verify in ph-scale and ph-scale-basics for brand=phet-io:
|
For brand=phet on Chromebook, the autofill spellings are correct, but on default with no extra query parameter, ph-scale basics does not autofill and ph-scale does autofill. Is this a problem or intended? |
@brooklynlash Thanks for reporting. That's actually the desired behavior; ph-scale autofills, ph-scale-basics does not. From ph-scale-basics-main.js: // If autofill query parameter was not in the URL, change the default.
if ( !QueryStringMachine.containsKey( 'autofill' ) ) {
PHScaleQueryParameters.autofill = false;
} Closing. |
For phetsims/qa#515 & phetsims/qa#514
The
autoFill
query parameter is new for PhET-iO, see #121.While working on #178, I discovered that the correct spelling is "autofill", see https://en.wikipedia.org/wiki/Autofill.
Should we change the spelling to "autofill" ?
The text was updated successfully, but these errors were encountered: