-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
help wantedExternal contributions actively solicitedExternal contributions actively solicitedissue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be addedissue: triageIssues awaiting triage by a Blockly team memberIssues awaiting triage by a Blockly team member
Description
Check for duplicates
- I have searched for similar issues before opening a new one.
Problem
No response
Request
FieldVariable is a subclass of FieldDropdown so it will benefit from those enhancements.
The main problem is that variable names can be brief (e.g. the variable 'i') to the point of confusion when read out among all other output. This is solved by:
- Returning a qualified version of the variable as the field's ARIA value: "Variable '%1'".
- Ensuring the option for renaming a variable has a clear label: "Rename the '%1' variable" (a new message is needed here to ensure parity with DELETE_VARIABLE since the current rename message is a bit less clear than the delete variant).
- Ensuring the option for deleting a variable has a clear label: "Delete the '%1' variable" (this is the same as the current DELETE_VARIABLE message so no new version is needed).
Alternatives considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExternal contributions actively solicitedExternal contributions actively solicitedissue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be addedissue: triageIssues awaiting triage by a Blockly team memberIssues awaiting triage by a Blockly team member
Type
Projects
Status
Todo