You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "SebastianWagner (JIRA)" <ji...@apache.org> on 2012/07/21 13:51:33 UTC

[jira] [Created] (OPENMEETINGS-363) Some minor bugs in private chat

SebastianWagner created OPENMEETINGS-363:
--------------------------------------------

             Summary: Some minor bugs in private chat
                 Key: OPENMEETINGS-363
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-363
             Project: Openmeetings
          Issue Type: Bug
    Affects Versions: 2.1 Apache Incubator Release
            Reporter: SebastianWagner
             Fix For: 2.1 Apache Incubator Release
         Attachments: private_chat_emoticons.png

Attached a list of some minor bugs in the private chat

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OPENMEETINGS-363) Some minor bugs in private chat

Posted by "SebastianWagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENMEETINGS-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

SebastianWagner updated OPENMEETINGS-363:
-----------------------------------------

    Attachment: conference_chat_emoticons.png

2) UI is not in the window, the bottom 2 px are cut away, seems like that those missing 2 pixels are added to the top, see conference_chat_emoticons.png
                
> Some minor bugs in private chat
> -------------------------------
>
>                 Key: OPENMEETINGS-363
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-363
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 2.1 Apache Incubator Release
>            Reporter: SebastianWagner
>             Fix For: 2.1 Apache Incubator Release
>
>         Attachments: conference_chat_emoticons.png, private_chat_emoticons.png
>
>
> Attached a list of some minor bugs in the private chat

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OPENMEETINGS-363) Some minor bugs in private chat

Posted by "SebastianWagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENMEETINGS-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

SebastianWagner updated OPENMEETINGS-363:
-----------------------------------------

    Attachment: private_chat_emoticons.png

1) private_chat_emoticons.png icons on the bottom right are over each other, clear history is missing (don't know if we need this) show log might be useful cause you can't copy paste from the chat window
                
> Some minor bugs in private chat
> -------------------------------
>
>                 Key: OPENMEETINGS-363
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-363
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 2.1 Apache Incubator Release
>            Reporter: SebastianWagner
>             Fix For: 2.1 Apache Incubator Release
>
>         Attachments: private_chat_emoticons.png
>
>
> Attached a list of some minor bugs in the private chat

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Comment Edited] (OPENMEETINGS-363) Some minor bugs in private chat

Posted by "SebastianWagner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENMEETINGS-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419807#comment-13419807 ] 

SebastianWagner edited comment on OPENMEETINGS-363 at 7/21/12 12:06 PM:
------------------------------------------------------------------------

4) More NullPointer and wrong References, debugger shows:
loseprivatechat _1a_  «Array(2)#1104| ['close', 'b58219da84586e36c2cfeede33bc47a8']» 
closeprivatechat _1b_  b58219da84586e36c2cfeede33bc47a8 
closeprivatechat _2A_  #main_content/@_content/@inner/flexibleConferenceRoom/@_chatPanelStrict/@content/@_content1 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈52: reference to undefined property 'refObj' 
closeprivatechat _2B_  undefined 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: reference to undefined property 'refObj' 
ERROR @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: undefined object does not have a property 'publicSID' 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: reference to undefined property 'publicSID' 
closeprivatechat _2C_  undefined 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: reference to undefined property 'refObj' 
ERROR @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: undefined object does not have a property 'publicSID' 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: reference to undefined property 'publicSID' 
getStringTimeByTimeStamp 1342871997541 

=> I think this happens only in the following use-case:
3 users in a room,
2 users in a private chat
1 user leaves
the user that was NOT in the private chat will see above message cause the logic tries to close a tab that does not exist (as the user was not involved in private chat)
                
      was (Author: swagner):
    4) More NullPointer and wrong References, debugger shows:
loseprivatechat _1a_  «Array(2)#1104| ['close', 'b58219da84586e36c2cfeede33bc47a8']» 
closeprivatechat _1b_  b58219da84586e36c2cfeede33bc47a8 
closeprivatechat _2A_  #main_content/@_content/@inner/flexibleConferenceRoom/@_chatPanelStrict/@content/@_content1 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈52: reference to undefined property 'refObj' 
closeprivatechat _2B_  undefined 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: reference to undefined property 'refObj' 
ERROR @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: undefined object does not have a property 'publicSID' 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: reference to undefined property 'publicSID' 
closeprivatechat _2C_  undefined 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: reference to undefined property 'refObj' 
ERROR @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: undefined object does not have a property 'publicSID' 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: reference to undefined property 'publicSID' 
getStringTimeByTimeStamp 1342871997541 
                  
> Some minor bugs in private chat
> -------------------------------
>
>                 Key: OPENMEETINGS-363
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-363
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 2.1 Apache Incubator Release
>            Reporter: SebastianWagner
>             Fix For: 2.1 Apache Incubator Release
>
>         Attachments: conference_chat_emoticons.png, private_chat_emoticons.png
>
>
> Attached a list of some minor bugs in the private chat

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (OPENMEETINGS-363) Some minor bugs in private chat

Posted by "Maxim Solodovnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENMEETINGS-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik reassigned OPENMEETINGS-363:
---------------------------------------------

    Assignee: Maxim Solodovnik
    
> Some minor bugs in private chat
> -------------------------------
>
>                 Key: OPENMEETINGS-363
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-363
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 2.1 Apache Incubator Release
>            Reporter: SebastianWagner
>            Assignee: Maxim Solodovnik
>             Fix For: 2.1 Apache Incubator Release
>
>         Attachments: conference_chat_emoticons.png, private_chat_emoticons.png
>
>
> Attached a list of some minor bugs in the private chat

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Comment Edited] (OPENMEETINGS-363) Some minor bugs in private chat

Posted by "SebastianWagner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENMEETINGS-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419807#comment-13419807 ] 

SebastianWagner edited comment on OPENMEETINGS-363 at 7/21/12 12:06 PM:
------------------------------------------------------------------------

4) More NullPointer and wrong References, debugger shows:
loseprivatechat _1a_  «Array(2)#1104| ['close', 'b58219da84586e36c2cfeede33bc47a8']» 
closeprivatechat _1b_  b58219da84586e36c2cfeede33bc47a8 
closeprivatechat _2A_  #main_content/@_content/@inner/flexibleConferenceRoom/@_chatPanelStrict/@content/@_content1 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈52: reference to undefined property 'refObj' 
closeprivatechat _2B_  undefined 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: reference to undefined property 'refObj' 
ERROR @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: undefined object does not have a property 'publicSID' 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: reference to undefined property 'publicSID' 
closeprivatechat _2C_  undefined 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: reference to undefined property 'refObj' 
ERROR @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: undefined object does not have a property 'publicSID' 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: reference to undefined property 'publicSID' 
getStringTimeByTimeStamp 1342871997541 

=> I think this happens only in the following use-case:
3 users in a room,
2 users in a private chat
1 user of the private chat leaves
the user that was NOT in the private chat will see above message cause the logic tries to close a tab that does not exist (as the user was not involved in private chat)
                
      was (Author: swagner):
    4) More NullPointer and wrong References, debugger shows:
loseprivatechat _1a_  «Array(2)#1104| ['close', 'b58219da84586e36c2cfeede33bc47a8']» 
closeprivatechat _1b_  b58219da84586e36c2cfeede33bc47a8 
closeprivatechat _2A_  #main_content/@_content/@inner/flexibleConferenceRoom/@_chatPanelStrict/@content/@_content1 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈52: reference to undefined property 'refObj' 
closeprivatechat _2B_  undefined 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: reference to undefined property 'refObj' 
ERROR @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: undefined object does not have a property 'publicSID' 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: reference to undefined property 'publicSID' 
closeprivatechat _2C_  undefined 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: reference to undefined property 'refObj' 
ERROR @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: undefined object does not have a property 'publicSID' 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: reference to undefined property 'publicSID' 
getStringTimeByTimeStamp 1342871997541 

=> I think this happens only in the following use-case:
3 users in a room,
2 users in a private chat
1 user leaves
the user that was NOT in the private chat will see above message cause the logic tries to close a tab that does not exist (as the user was not involved in private chat)
                  
> Some minor bugs in private chat
> -------------------------------
>
>                 Key: OPENMEETINGS-363
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-363
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 2.1 Apache Incubator Release
>            Reporter: SebastianWagner
>             Fix For: 2.1 Apache Incubator Release
>
>         Attachments: conference_chat_emoticons.png, private_chat_emoticons.png
>
>
> Attached a list of some minor bugs in the private chat

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (OPENMEETINGS-363) Some minor bugs in private chat

Posted by "Maxim Solodovnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENMEETINGS-363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik resolved OPENMEETINGS-363.
-------------------------------------------

    Resolution: Fixed

Committed revision 1370684
                
> Some minor bugs in private chat
> -------------------------------
>
>                 Key: OPENMEETINGS-363
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-363
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 2.1 Apache Incubator Release
>            Reporter: SebastianWagner
>            Assignee: Maxim Solodovnik
>             Fix For: 2.1 Apache Incubator Release
>
>         Attachments: conference_chat_emoticons.png, private_chat_emoticons.png
>
>
> Attached a list of some minor bugs in the private chat

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENMEETINGS-363) Some minor bugs in private chat

Posted by "SebastianWagner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENMEETINGS-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419804#comment-13419804 ] 

SebastianWagner commented on OPENMEETINGS-363:
----------------------------------------------

3)Client side NullPointer Exception
ERROR @modules/chat/chatBarMenu.lzx≈93: call to undefined method 'setAttribute' 
ERROR @modules/chat/chatBarMenu.lzx≈94: call to undefined method 'setAttribute' 
I guess this.currentBtn._minimizebtn_m or this.currentBtn is Null or does not exist.

                
> Some minor bugs in private chat
> -------------------------------
>
>                 Key: OPENMEETINGS-363
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-363
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 2.1 Apache Incubator Release
>            Reporter: SebastianWagner
>             Fix For: 2.1 Apache Incubator Release
>
>         Attachments: conference_chat_emoticons.png, private_chat_emoticons.png
>
>
> Attached a list of some minor bugs in the private chat

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (OPENMEETINGS-363) Some minor bugs in private chat

Posted by "SebastianWagner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENMEETINGS-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419807#comment-13419807 ] 

SebastianWagner commented on OPENMEETINGS-363:
----------------------------------------------

4) More NullPointer and wrong References, debugger shows:
loseprivatechat _1a_  «Array(2)#1104| ['close', 'b58219da84586e36c2cfeede33bc47a8']» 
closeprivatechat _1b_  b58219da84586e36c2cfeede33bc47a8 
closeprivatechat _2A_  #main_content/@_content/@inner/flexibleConferenceRoom/@_chatPanelStrict/@content/@_content1 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈52: reference to undefined property 'refObj' 
closeprivatechat _2B_  undefined 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: reference to undefined property 'refObj' 
ERROR @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: undefined object does not have a property 'publicSID' 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈53: reference to undefined property 'publicSID' 
closeprivatechat _2C_  undefined 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: reference to undefined property 'refObj' 
ERROR @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: undefined object does not have a property 'publicSID' 
WARNING @modules/conference/tabcontent/chat/baseTabChatPanel.lzx≈55: reference to undefined property 'publicSID' 
getStringTimeByTimeStamp 1342871997541 
                
> Some minor bugs in private chat
> -------------------------------
>
>                 Key: OPENMEETINGS-363
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-363
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 2.1 Apache Incubator Release
>            Reporter: SebastianWagner
>             Fix For: 2.1 Apache Incubator Release
>
>         Attachments: conference_chat_emoticons.png, private_chat_emoticons.png
>
>
> Attached a list of some minor bugs in the private chat

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira