Opened 17 years ago
Closed 17 years ago
#55 closed defect (fixed)
Fix issues related to adding items to gridedit with JS turned off
Reported by: | Slava Akhmechet | Owned by: | Slava Akhmechet |
---|---|---|---|
Priority: | medium | Milestone: | 0.1 |
Component: | weblocks | Version: | pre-0.1 |
Keywords: | gridedit javascript off addition | Cc: |
Description
When JavaScript is turned off, dataform widget in add-item function of gridedit doesn't behave correctly. Gridedit creates a new dataform widget with every request so any validation errors and intermediate input fields aren't properly displayed.
Note: See
TracTickets for help on using
tickets.
The dataform widget instance is now reused until the item is successfully submitted or the action is cancelled.