You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (Jira)" <ji...@apache.org> on 2020/05/02 17:34:00 UTC

[jira] [Resolved] (OPENMEETINGS-2337) UI in room entered via invitation link generates different JS in modal close icon

     [ https://issues.apache.org/jira/browse/OPENMEETINGS-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik resolved OPENMEETINGS-2337.
--------------------------------------------
    Resolution: Fixed

> UI in room entered via invitation link generates different JS in modal close icon
> ---------------------------------------------------------------------------------
>
>                 Key: OPENMEETINGS-2337
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2337
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 5.0.0-M4
>            Reporter: Sebastian Wagner
>            Assignee: Maxim Solodovnik
>            Priority: Major
>             Fix For: 5.0.0-M5
>
>         Attachments: image-2020-05-02-09-59-36-627.png, image-2020-05-02-10-01-58-944.png
>
>
> There is a strange issue in some of the Javascript if you enter via the invitation Hash/link.
> The button to close the modal is missing the close icon.
> The close button on the top right of the ui dialog. Seems like a jQuery issue.
> Not sure if it has anything to do with CSP headers. But those warnings seem only CSS errors. No JS, and below looks like different HTML is generated by jQuery.
>  
> When inspecting the HTML it actually generates different HTML in the UI if you enter via invitation link:
> {code:java}
> <button type="button" class="ui-dialog-titlebar-close"></button>
> {code}
> Screenshot:
> !image-2020-05-02-10-01-58-944.png|width=594,height=330!
>  
> Normally it would be:
> {code:java}
> <button type="button" class="ui-button ui-corner-all ui-widget ui-button-icon-only ui-dialog-titlebar-close" title="Close">
>    <span class="ui-button-icon ui-icon ui-icon-closethick"></span>
>    <span class="ui-button-icon-space"> </span>
>    "Close"
> </button>
> {code}
> !image-2020-05-02-09-59-36-627.png|width=603,height=370!
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)