← Back to team overview

mahara-contributors team mailing list archive

[Bug 1964819] Re: Rating comment does not work

 

*** This bug is a duplicate of bug 1950069 ***
    https://bugs.launchpad.net/bugs/1950069

** Summary changed:

- Rating comment does ot work 
+ Rating comment does not work

-- 
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">&nbsp;</a>
                              </div>
                          
                              <div class="star-rating star-rating-readonly">
                                  <a class="icon icon-star icon-solid" style="color: #DBB80E">&nbsp;</a>
                              </div>
                          
                              <div class="star-rating star-rating-readonly">
                                  <a class="icon icon-star icon-solid" style="color: #DBB80E">&nbsp;</a>
                              </div>
                          
                              <div class="star-rating star-rating-readonly">
                                  <a class="icon icon-star icon-regular" style="color: #DBB80E">&nbsp;</a>
                              </div>
                          
                              <div class="star-rating star-rating-readonly">
                                  <a class="icon icon-star icon-regular" style="color: #DBB80E">&nbsp;</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