VagueEntertainment / leafletbomb

The core Leaflet Bomb web application.
http://leafletbomb.io
Apache License 2.0
2 stars 1 forks source link

Fix flow of application #31

Closed ryanleesipes closed 7 years ago

ryanleesipes commented 7 years ago

Sometimes when you submit a form you get popped out in a random place, or what seems like a random place. We need to take note of where these form's submits send users and record them in this issue so that we can adjust that to make it drop folks to the right place.

bflanagin commented 7 years ago

Which forms? I think I know which one you're talking about. The press release submit button is the one that annoys me.

bflanagin commented 7 years ago

e.preventDefault(); <-- this needs to be added to any form that redirects incorrectly. I'll add them when I'm able.

ryanleesipes commented 7 years ago

After a draft is submitted you are popped out to the main area, I think instead you should be directed to the page where you can schedule or publish the draft.

bflanagin commented 7 years ago

Agreed and Its fixed now. It also more responsive