Opened 17 years ago
Closed 17 years ago
#9 closed enhancement (fixed)
Consider redirecting the browser to hide all non user-friendly actions on non-ajax requests
Reported by: | Slava Akhmechet | Owned by: | Slava Akhmechet |
---|---|---|---|
Priority: | low | Milestone: | 0.2 |
Component: | weblocks | Version: | pre-0.1 |
Keywords: | non-AJAX request redirect | Cc: |
Description
When JavaScript? is turned off on the client and AJAX isn't available, all actions end up showing on the URL. This breaks expected behavior - users can't bookmark URLs, send them to friends, etc. We should consider sending a redirect request to the browser on every action in case AJAX is turned off to clean up the URL.
Change History (2)
comment:1 Changed 17 years ago by
Milestone: | 0.1 → 0.2 |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed. We now redirect the client on non-ajax requests with action on the url to the same url with the action removed.