Opened 7 months ago
Closed 6 months ago
#64459 closed defect (bug) (reported-upstream)
Order field doesnt support negative values
| Reported by: | ignatiusjeroe | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | 6.9 |
| Severity: | normal | Keywords: | has-patch close |
| Cc: | Focuses: | ui, javascript |
Description
The Order field in the Block Editor when editing pages doesn't accepts negative values while is should (as per the label of the field itself). Entering a negative value will disable the Save button. See image.
The order option is found in the Settings Panel > action menu (3 dotted menu at the righthand side of the post title)
Attachments (3)
Change History (6)
#2
@
7 months ago
- Component General → Editor
- Keywords close added
- Milestone Awaiting Review → 6.9.1
This is already reported in Gutenberg issue 73820, and it would need a pull request to change the package within the plugin (before syncing the change to Core).
Discussion should continue on GitHub.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixes Order field validation to allow negative values.
Updated source file and regenerated minified build (editor.min.js).