mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #65450
[Bug 1964819] Re: Rating comment does not work
*** This bug is a duplicate of bug 1950069 ***
https://bugs.launchpad.net/bugs/1950069
** This bug has been marked a duplicate of bug 1950069
Comment ratings have a link underline when they shouldn't
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1964819
Title:
Rating comment does not work
Status in Mahara:
Confirmed
Bug description:
Tested under 20.04 and 21.04, Chrome or Edge
When enabling comment ratings under Plugin administration: artefact:
comment: comment, whatever rating is chosen, once validated, comment
rating shown only empty symbols.
It seems to be a CSS issue because HTML seems correct (here for 3/5
stars)
<span class="star-comment-rating">
<div class="star-rating star-rating-readonly">
<a class="icon icon-star icon-solid" style="color: #DBB80E"> </a>
</div>
<div class="star-rating star-rating-readonly">
<a class="icon icon-star icon-solid" style="color: #DBB80E"> </a>
</div>
<div class="star-rating star-rating-readonly">
<a class="icon icon-star icon-solid" style="color: #DBB80E"> </a>
</div>
<div class="star-rating star-rating-readonly">
<a class="icon icon-star icon-regular" style="color: #DBB80E"> </a>
</div>
<div class="star-rating star-rating-readonly">
<a class="icon icon-star icon-regular" style="color: #DBB80E"> </a>
</div>
</span>
But icon-solid and icon-regular are the same symbol (empty star, empty thumb, empty smile face ...).
Class for icon-regular and icon-solid can't be found in source code of HTML page.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1964819/+subscriptions
References