View Issue Details

IDProjectCategoryView StatusLast Update
0032789mantisbtbugtrackerpublic2023-08-15 15:23
ReporterStengade Assigned Toatrol  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionduplicate 
Summary0032789: Detect empty fields before trying to post bug
Description

Today you write your bug and sending it in. But if you missing one field (Like category) you have lost it all.
Whey not make javascript check it and if some of the fields is empty it should stop the proccess and tell the user it.

TagsNo tags attached.

Relationships

duplicate of 0028618 closeddregad Category empty but required does not prevent form submission on Firefox Windows and Safari 

Activities

atrol

atrol

2023-07-28 03:15

developer   ~0067913

Are you using an outdated version?
Are you able to reproduce on this installation?

Stengade

Stengade

2023-07-28 03:24

reporter   ~0067914

Hi atrol

I use it on 2.25.7 and it is not a bug but a suggestion to check via JS before it send it to the server.

atrol

atrol

2023-07-28 05:26

developer   ~0067915

Last edited: 2023-07-28 05:34

There is no need to use JS for that.
It is already implemented by using the HTML "required" attribute, so I would expect that you are not able to post a bug as long as you don't have filled in the required fields.
That's why I asked: Are you able to reproduce on this installation?

Just saw that there is issue 0028618 which is fixed in 2.26.0.
That might explain what you are encountering in 2.25.7.

Stengade

Stengade

2023-07-28 07:11

reporter   ~0067916

Last edited: 2023-07-28 07:16

Ohh yea it is the same :)