•  
      request #25728 Tuleap Skin: missing parts in Recent Changes
    Infos
    #25728
    Manuel Vacelet (vaceletm)
    2022-07-18 13:50
    2022-03-24 15:50
    27255
    Details
    Tuleap Skin: missing parts in Recent Changes

    It seems that some part of the UI are not rendered:

    2392-image.png

    2393-image.png

    Mediawiki Standalone
    development
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Robert Vogel (rvogel), Miriam Schlindwein (mschlindwein)
    Stage
    Miriam Schlindwein (mschlindwein)
    Closed
    2022-07-18
    Attachments
    References
    Referenced by request #25728

    Artifact Tracker v5

    rel #26753 13.11

    Follow-ups

    User avatar

    Integrated in Tuleap 13.10.99.138


    • Status changed from New to Closed
    • Connected artifacts
    • Close date set to 2022-07-18
    User avatar
    Robert Vogel (rvogel)2022-07-13 15:58

    Could you please update file /etc/nginx/conf.d/tuleap-plugins/mediawiki_standalone.conf line 12

    location ~ ^/mediawiki/.+/(?(skins|extensions)/.+.(css|js|gif|jpg|jpeg|png|svg|wasm))$ {

    with

    location ~ ^/mediawiki/.+/(?(skins|extensions|resources)/.+.(css|js|gif|jpg|jpeg|png|svg|wasm))$ {

    For the search Icon there is another fix, that has already been merged: https://gerrit.wikimedia.org/r/c/mediawiki/skins/TuleapSkin/+/812283

    User avatar

    You can try to click on the url and open it and normally you should see the correct icon

    On which URL ?

    But I think that the path to the icon is not right, so I would expect that the url path starts with something like '/w/wiki' instead of only '/wiki' - for me this looks like something is not correctly set in the setup

    The URL is the expected one on our side. However it makes me think to another issue that was identified by @tgerbet with latest builds:

    https://chat.tuleap.org/group/mediawiki?msg=yDZE7DH4FXStkWp6Y

    User avatar

    Thanks for sharing. So what I can see from your screenshot: the background image gets loaded as it should but I think there is something wrong with the url. You can try to click on the url and open it and normally you should see the correct icon. But I think that the path to the icon is not right, so I would expect that the url path starts with something like '/w/wiki' instead of only '/wiki' - for me this looks like something is not correctly set in the setup

    User avatar

    Hi Manuel is this still relevant? Because I am not able to recreate and to fix that I would need your help as I described it in my last comment. Thanks for checking.

    User avatar

    Ok, now I know. Yes, there is missing a caret. Since it is visible in my case, I cannot solve this directly. Could you select the area with the inspector tool of your browser and then send a screenshot of it? I would need the selected area , which contains the class mw-collapsible-toggle and mw-collapsible-arrow. Should be in table after the date - then open tbody, tr and in the second td should it be . Maybe we can see what the problem is here.

    User avatar

    Actually I don't know what is missing :) I guess it's some sort of carret/expand/... because I went from the first screenshot to the second by clicking on something hidden.

    The first screenshot felt "weird" in the sense that I thought that something was missing in front of the Main Page changes and when I hover in that area the pointer changed and after a click I got the second screenshot.