View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0021675 | mantisbt | ui | public | 2016-09-08 06:44 | 2025-09-20 04:26 |
| Reporter | Chris_Z | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.0.0-beta.2 | ||||
| Target Version | 2.27.2 | Fixed in Version | 2.27.2 | ||
| Summary | 0021675: Incorrect positioning of "View Issue Details" when recalled from "Direct link to note" | ||||
| Description | When clicking on 'Direct link to note' the "View Issue Details" does not account for Menu Bar (upper part of the Note is obscured). See the attached screenshot. | ||||
| Steps To Reproduce | Click on 'Direct link to note'. | ||||
| Tags | modern-ui | ||||
| Attached Files | |||||
| has duplicate | 0022040 | closed | atrol | Anchor links put content under navbar |
| has duplicate | 0026115 | closed | atrol | Floating dark grey header obscures comments when visiting direct comment link |
| related to | 0022346 | acknowledged | Highlight the linked-to issue | |
| related to | 0027160 | closed | atrol | Wrong page position after bugnote add/edit |
| related to | 0036269 | resolved | dregad | Collapsed status for "Users monitoring" section is not persisted |
|
Sorry for the spam. Tried to post the bug report AND tag it with "modern-ui". So I retried twice more without knowing that it went through anyway. |
|
I created 0021679 to track this issue. |
|
|
@syncguru having the navbar overflow the page contents seems to be the normal behavior of ACE. Any idea if and how this could be addressed ? This is beyond my CSS skills. |
|
|
Interesting. I never tried to link directly to the comment. Will look into it and see if I can figure out a fix. |
|
|
@syncguru, did you get a chance to look into this issue ? |
|
|
Hi to all, is there any progress on this issue? |
|
|
New PR https://github.com/mantisbt/mantisbt/pull/2140 with additional fixes for other anchor links misbehaving in the same way as #bugnotes. |
|
|
MantisBT: master-2.27 fb694563 2025-04-23 07:33 matejbrodziansky Committer: dregad Details Diff |
Fix scroll offset on bugnote links When clicking on a direct link to a bugnote, e.g. from "View Issue Details" page or from a notification email, MantisBT did not account for the Navbar's height, causing the upper part of the note to be hidden behind it. Adding scroll-margin-top CSS attribute allows proper positioning. Fixes 0021675 Signed-off-by: Damien Regad <dregad@mantisbt.org> Changes to original contribution from [PR 2137][1] - Rewritten commit message, added bugtracker reference - Coding guidelines [1]: https://github.com/mantisbt/mantisbt/pull/2137 |
Affected Issues 0021675 |
|
| mod - css/default.css | Diff File | ||
|
MantisBT: master-2.27 a911a2ba 2025-05-03 18:03 Details Diff |
Fix additional scroll offset issues In most use cases, we want to jump to a section (i.e. a div with the widget-box class); many of these already have an id, so we just need to extend the scroll offset rule by adding the `div.widget-box` selector to fix those. Additionally, this removes several unnecessary <a> tags that are duplicating existing IDs on <div> with widget-box class. - View page: - Monitors section (#monitors) - Notes/Activities section (#bugnotes, #attachments) - Time tracking section (#bugnotestats) - History section (#history) - Manage Tags page, Create Tag section (#tagcreate) - Configuration Report page, Database Configuration section - Language tests page, Plugins checks (add `.test-langs tr` selector) Fixes 0021675 |
Affected Issues 0021675 |
|
| mod - adm_config_report.php | Diff File | ||
| mod - admin/test_langs.php | Diff File | ||
| mod - bug_view_inc.php | Diff File | ||
| mod - bugnote_stats_inc.php | Diff File | ||
| mod - bugnote_view_inc.php | Diff File | ||
| mod - css/default.css | Diff File | ||
| mod - manage_tags_page.php | Diff File | ||
|
MantisBT: master-2.27 08143907 2025-08-21 19:03 Details Diff |
Fix collapse state persistence for Monitors Incorrect section id "monitoring" is passed to is_collapsed() function, it should be "monitors". Regression introduced by issue 0021675 (a911a2ba661521a388738ed92694421a9dec97c1). Fixes 0036269 |
Affected Issues 0021675, 0036269 |
|
| mod - bug_view_inc.php | Diff File | ||