[
https://issues.apache.org/jira/browse/OPENMEETINGS-604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13624594#comment-13624594
]
Andun Sameera Liyanagunawardana commented on OPENMEETINGS-604:
--------------------------------------------------------------
Hi All,
I have analyzed the source code well to identify the situation. The error
notification which remains after quiting the conference room is implemented
here
/singlewebapp/WebContent/src/modules/conference/popups/errorModeratorPopup.lzx.
To fix this situation I have looked at how same kind of situation is handled at
other places.
The appointmentNotificationPopUp which is implemented here
singlewebapp/WebContent/src/modules/conference/flexibleConferenceRoom/appointmentNotificationPopUp.lzx
is which comes when we enter the room and hides when we quit the room. the
mechanism used is this,
There is a entry in mainAttribute.lzx like this,
<attribute name="appointmentNotificationPopUp" value="null"/>
When the Pop Up have to be shown, it has done like this,
canvas.appointmentNotificationPopUp = new
lz.appointmentNotificationPopUp(canvas.conferenceView,{ name:'appDetail',
roomobj:this.roomobj });
When exit function is called pop up has been hide like this,
if (canvas.appointmentNotificationPopUp != null) {
canvas.appointmentNotificationPopUp.destroy();
}
Can we implement a same kind of mechanism for this scenario also? Or is there a
easy way ?
Thanks
AndunSLG
> Pop up message remain same after quitting the room created by Book conference
> room option in the email
> ------------------------------------------------------------------------------------------------------
>
> Key: OPENMEETINGS-604
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-604
> Project: Openmeetings
> Issue Type: Bug
> Components: UI
> Affects Versions: 3.0.0 Apache Release
> Environment: Ubuntu 12.10, Mozilla Firefox
> Reporter: Andun Sameera Liyanagunawardana
> Assignee: SebastianWagner
> Priority: Critical
> Fix For: 3.0.0 Apache Release
>
> Attachments: Pop up remain same after quiting the room.png
>
>
> I am working on the issue [1]. When I was trying to reproduce it, in the
> latest trunk I got this issue.
> Steps to reproduce,
> -Go to Contacts and messages Tab
> -Click on New Email button
> -When write new message window shows, type the Subject as ABCD and type a
> email address of other OM user as To
> -Tick the Book conference room option
> -Click on the drop-down button of the Type
> -There will be 3-item list is shown. Select the first option.
> - Send the mail
> - Go to Rooms Tab
> - Go to My Rooms
> - There will be a room named ABCD and User 1/100, Click the enter button
> - The room will be displayed and error message like this will be displayed.
> "There is no moderator in this room, but there are some participants. You
> have to apply to be the moderator or wait."
> - Click the exit button of the room while the error is shown.
> - There will be another pop up comes asking whether we like to quit. Click OK
> and quit the room.
> - When we directed to the Dashboard, All the pop up will be there as the same.
> [1] - https://issues.apache.org/jira/browse/OPENMEETINGS-481
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira