Dependency Graph

Dependency Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0035644mantisbtuipublic2025-03-21 17:59
Reporterraspopov Assigned Tocommunity  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version2.27.1 
Target Version2.28.0Fixed in Version2.28.0 
Summary0035644: Extra page load due to dropzone <img> stub tag
Description

Regression in my commit: MantisBT master 10971ed1

Nu Html Checker hates missing or empty src attribute of the dropzone img tag. I tried to set something harmless, but choose pretty bad # value, it cases extra page load as an image...

TagsNo tags attached.

Relationships

related to 0035503 resolvedcommunity The MantisBT web interface must pass HTML validation (part 2) 

Activities

raspopov

raspopov

2025-03-20 12:14

reporter   ~0070007

I'm going to try a different approach. PR: https://github.com/mantisbt/mantisbt/pull/2128

Related Changesets

MantisBT: master 10971ed1

2025-02-26 10:56

raspopov

Committer: dregad


Details Diff
Fix Nu Html Checker issues

Fix various Nu Html Checker issues in dropzone (print_api.php):

- Error: Element img is missing required attribute src.
- Error: An img element must have an alt attribute, except under certain
conditions.

In bug_view_inc.php:

- Error: Element tbody not allowed as child of element table in this
context.
- Error: Duplicate ID history.

In bug_update_page.php and bugnote_view_inc.php:

- Error: The width attribute on the td element is obsolete.
- Warning: A table row was 0 columns wide, which is less than the column
count established by the first row (6).
- Error: Element option without attribute label must not be empty.
- Error: Duplicate ID bugnotes.

In print_all_bug_page.php:

- Error: Stray end tag td.
- Error: Row 2 of a row group established by a tbody element has no
cells beginning on it.
- Warning: A table row was 10 columns wide and exceeded the column count
established by the first row (5).

In print_all_bug_page_word.php:

- Error: The width attribute on the td element is obsolete.
- Error: Row 2 of a row group established by a tbody element has no
cells beginning on it.
Affected Issues
0035644, 0035645
mod - bug_update_page.php Diff File
mod - bug_view_inc.php Diff File
mod - bugnote_view_inc.php Diff File
mod - core/print_api.php Diff File
mod - print_all_bug_page.php Diff File
mod - print_all_bug_page_word.php Diff File

MantisBT: master 01621bbe

2025-03-21 17:55

raspopov

Committer: community


Details Diff
Fix dropzone extra page load

Regression introduced by 10971ed15a2f8476130c996f54dda6dc068828f9.

Fixes 0035644, PR https://github.com/mantisbt/mantisbt/pull/2128
Affected Issues
0035644
mod - core/print_api.php Diff File