required fields

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
sunq

required fields

Post 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
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

This is probably related to Internet Explorer not caching values properly. It has been reported in the tracker.
Guest

Post 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.
jelv
Posts: 16
Joined: 23 Feb 2005, 11:35
Location: Wiltshire, UK

Post 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
John
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

This should be fixed in 1.0.0a3.
Post Reply