View Issue Details

IDProjectCategoryView StatusLast Update
0028114mantisbtcode cleanuppublic2023-10-31 16:32
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version2.26.0Fixed in Version2.26.0 
Summary0028114: Invalid HTML in manage_user_edit_page.php
Description

The HTML table displaying the project the user is assigned to is not valid as the form's element are within in the table tag itself.

Additional Information

An attempt to fix this was made in 2.25.0 MantisBT master d45f1dc3 but the cure was worse than the disease (see 0028106) so the change has been reverted.

TagsNo tags attached.
Attached Files
image.png (50,482 bytes)   
image.png (50,482 bytes)   

Relationships

related to 0028106 closeddregad Error removing project 
related to 0028122 closeddregad Improve handling of project assignment in manage_user_edit_page.php 

Activities

dregad

dregad

2021-03-26 13:54

developer   ~0065297

Same problem also in the USER INFO section (edit-user-div)

dregad

dregad

2021-03-27 05:28

developer   ~0065300

PR https://github.com/mantisbt/mantisbt/pull/1746

Related Changesets

MantisBT: master d45f1dc3

2020-11-21 13:20

dregad


Details Diff
Fix invalid HTML

The form was incorrectly defined in the middle of the table. It is now
wrapping it.
Affected Issues
0028106, 0028114
mod - manage_user_edit_page.php Diff File

MantisBT: master 12521fd2

2021-03-25 15:39

dregad


Details Diff
Fix invalid HTML

Move the <form> tag out of the <table>.

Fixes 0028114
Affected Issues
0028114
mod - manage_user_edit_page.php Diff File

MantisBT: master 8fa3dc63

2021-03-25 16:00

dregad


Details Diff
Fix invalid HTML, indentation of Edit User section

Fixes 0028114
Affected Issues
0028114
mod - manage_user_edit_page.php Diff File