Links Display bug in the Documentation wiki

Links Display bug in the Documentation wiki

Joseph Rézeau發表於
Number of replies: 3
Core developers的相片 Particularly helpful Moodlers的相片 Plugin developers的相片 Testers的相片 Translators的相片

Just noticed what appears to be a bug in the Documentation Wiki.

On a page with the Contents "box" displayed, the very last item of the Contents can be partly or entirely overlaid by the first "title", as shown in the example below:

screenshot #1

The consequence is that, when hovering the mouse over that last item in the Contents box, e.g. here item 5, most of the link is overlaid by Title 1 "Select a category", and you can only click the link starting at "estion banks".

screenshot #2

In some cases, this can be worse, if, e.g. the first item is longer than the last, the link to the last item will not be clickable at all.傷心

Joseph

評比平均分數:Useful (3)
In reply to Joseph Rézeau

Re: Links Display bug in the Documentation wiki

Itamar Tzadok發表於

Comes from:

span.mw-headline[id] {
    padding-top: 60px;
}

微笑

In reply to Joseph Rézeau

Re: Links Display bug in the Documentation wiki

David Mudrák發表於
Core developers的相片 Documentation writers的相片 Moodle HQ的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片 Plugins guardians的相片 Testers的相片 Translators的相片
Thanks for reporting this. We have adopted another solution for making the anchor links working that seems to fix this (at least for my browsers). Please test and eventually report in MDLSITE-2845. TIA.
評比平均分數:Useful (1)