MantisBT: master-2.27 a911a2ba

Author Committer Branch Timestamp Parent
dregad dregad master-2.27 2025-05-03 18:03 master-2.27 fb694563
Affected Issues  0021675: Incorrect positioning of "View Issue Details" when recalled from "Direct link to note"
Changeset

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

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