#314 closed defect (fixed)
Better numeric field input validation required
Reported by: | Lewis Rosenthal | Owned by: | Gregg Young |
---|---|---|---|
Priority: | minor | Milestone: | 1.4.0 |
Component: | UI | Version: | 1.3.6 |
Keywords: | Cc: |
Description
It is currently possible to enter alpha in page number dialogs, with no beep or any indication that anything erroneous has been entered. Lucide simply ignores the input. This is not a major issue, obviously, but for fit and finish, we should validate the input and provide some indication that the data is unacceptable.
I don't know how or if we are validating the Save as... filename input.
Change History (4)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:4 by , 6 years ago
Milestone: | Future → 1.4.0 |
---|
Move closed tickets to completed milestone. Many of these were completed before 1.4.0
Note:
See TracTickets
for help on using tickets.
Fixed in toolbar page number entry field, but still to-do in Go to page dialog.
The spinbutton idea was quite an elegant solution, Gregg. Kudos.