Page 1 of 1

required fields

Posted: 24 Mar 2005, 12:54
by sunq
Hi,
when I report a bug and miss to fill in one of the required fields I just want to press the back button and just fill in/or change the missing data. Now everything disappears and I have to start from the beginning with my report.

Saw that in Mantis demo it acts just like I want, how can I solve this??

Hope You understand and can help :)
/A

Posted: 27 Mar 2005, 15:36
by thraxisp
This is probably related to Internet Explorer not caching values properly. It has been reported in the tracker.

Posted: 07 Jun 2005, 11:49
by Guest
thraxisp wrote:This is probably related to Internet Explorer not caching values properly. It has been reported in the tracker.
I'm using Firefox and can affirm the loss of values going back by pressing the back button. Usually you have to implement a solution for copying the already edited values into a renewed insert form. I thought none of these solutions would work in any browser when you go back by back button.

Posted: 07 Jun 2005, 13:43
by jelv
Try adding

$g_bypass_headers = ON;

to your config file.

See also the notes in http://bugs.mantisbt.org/view.php?id=3729

Posted: 07 Jun 2005, 14:32
by thraxisp
This should be fixed in 1.0.0a3.