Fixed
Details
Priority
MinorAffects versions
Components
Assignee
David BauerDavid BauerReporter
Charles R SeveranceCharles R SeveranceLabels
Details
Details
Priority
Affects versions
Components
Assignee
David Bauer
David BauerReporter
Charles R Severance
Charles R SeveranceLabels
Created October 26, 2020 at 12:30 PM
Updated January 12, 2023 at 12:10 AM
Resolved January 26, 2021 at 11:07 AM
Go to nightly and log in as admin and link to:
https://trunk-mysql.nightly.sakaiproject.org/portal/site/MICW_256C_7894/tool/ffd85c00-0b4b-466a-843c-8c5d5be9b273
View source and look for a line like:
<h3 class="offscreen">Section</h3>
<a role="button" href="/31" title="Join the adjacent two regions into one" class="section-merge-link" ...
Why is this a link to "nowhere"? If the href is some kind of data it should probably be a different attribute. If it is a URL it should be a real working URL.
As you might well guess, the smoker automated test gets kind of grumpy about these "broken" links that if followed go to a 404.
It looks life working near 'section-merge-link' most recently - but this line that seems to generate the markup is much older:
e347c045b7e (Charles Hedrick 2015-08-13 16:35:09 -0400 1335) link.decorate(new UIStyleDecorator(sectionbreak?"section-merge-link":"column-merge-link"));
Hopefully this is an easy fix and the smoker test can chill out after it is fixed.