mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #65425
[Bug 1964819] Re: Rating comment does ot work
This is not an issue on any Ubuntu browsers.It is an issue on all
browsers on Apple and Windows browsers (tested using Firefox, Chrome,
and Safari)
** Changed in: mahara
Importance: Undecided => Medium
** Changed in: mahara
Status: New => Confirmed
--
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 ot 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