•  
      request #19263 Empty and error state illustrations of the taskboard are not displayed
    Infos
    #19263
    Thomas Gerbet (tgerbet)
    2021-02-05 17:15
    2021-02-03 15:48
    20835
    Details
    Empty and error state illustrations of the taskboard are not displayed

    This bug has 2 layers:

    • the SVG are loaded through file-loader which consider everything to be ES modules by default since the 5.0. As a result our code attempt to load the SVG at the address [object Module] which is not going to work.
    • the SVGs are not displayed in Firefox when using something like <svg><use href="..."></svg> when the Content-Security-Policy has a default-src set to none, this is due to a grey area in CSP specification see https://github.com/w3c/webappsec-csp/issues/199 and https://github.com/w3c/webappsec-csp/issues/198
    Agile Dashboard
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2021-02-05
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2021-02-03 15:51
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes