Dependency Graph
View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035644 | mantisbt | ui | public | 2025-03-20 12:10 | 2025-03-21 17:59 |
Reporter | raspopov | Assigned To | community | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 2.27.1 | ||||
Target Version | 2.28.0 | Fixed in Version | 2.28.0 | ||
Summary | 0035644: Extra page load due to dropzone <img> stub tag | ||||
Description | Regression in my commit: MantisBT master 10971ed1 Nu Html Checker hates missing or empty | ||||
Tags | No tags attached. | ||||
I'm going to try a different approach. PR: https://github.com/mantisbt/mantisbt/pull/2128 |
|
MantisBT: master 10971ed1 2025-02-26 10:56 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 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 |