View Issue Details

IDProjectCategoryView StatusLast Update
0025784mantisbthtmlpublic2021-10-18 13:05
Reporterdregad Assigned Todregad  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Target Version2.22.0Fixed in Version2.22.0 
Summary0025784: Invalid HTML in manage_config_workflow_page.php
Description

The generated markup has a form to revert the configuration changes, defined within the main form.

TagsNo tags attached.

Relationships

related to 0029198 closeddregad End of Internet Explorer 11 support 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master 3667d0cf

2019-05-23 12:23

dregad


Details Diff
Fix invalid HTML in manage_config_workflow_page

The generated markup has a form to revert the configuration changes
defined within the main form. This is invalid HTML.

To fix this without complicating the layout, we use a deported <button>
within the main form, using the HTML5 `form` attribute pointing to the
the revert form's id, which is defined outside.

Fixes 0025784
Affected Issues
0025784
mod - manage_config_workflow_page.php Diff File

MantisBT: master 53944710

2019-05-23 12:27

dregad


Details Diff
Use <button> instead of <input type="submit">

For consistency, following fix for issue 0025784.
Affected Issues
0025784
mod - manage_config_workflow_page.php Diff File