Opened 2 years ago
Closed 2 years ago
#6 closed enhancement (fixed)
Results of actions started in a popup should display in said popup
| Reported by: | Bart | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | user-facing |
| Component: | -- meta -- | Version: | 1.0 |
| Keywords: | Cc: |
Description
Right now there are forms returning information that are the result of data posted to "/"
This takes users out of their flow.
Use FormData and XMLHttpRequest for those forms. And display the results in a popup in stead of redirecting/navigating the user.
Change History (2)
comment:1 by , 2 years ago
comment:2 by , 2 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Bonus is still todo, make a new ticket!
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
As a bonus: Do form validation client-side as well.