You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Andun Sameera Liyanagunawardana (JIRA)" <ji...@apache.org> on 2013/09/03 14:58:57 UTC

[jira] [Comment Edited] (OPENMEETINGS-735) Wicket based Whiteboard should provide Insert Clipart, Picture, DOC, PDF features

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13756579#comment-13756579 ] 

Andun Sameera Liyanagunawardana edited comment on OPENMEETINGS-735 at 9/3/13 12:56 PM:
---------------------------------------------------------------------------------------

DOC/PDF synchronization between whiteboard clients is added. But there is a small issue which I handled by a tweak. I think Andrey will have a answer for this. When we set the background for first time like this,

 board.setBackground(url);
 console.log(board.backgroundJson());

the JSON logged is like this,

{"type": "Background", "url": "http://localhost:8080/whiteboard-examples-6.0-SNAPSHOT/Documents/gmaps.jpg", "width": undefined, "height": undefined, "left": undefined, "top": undefined}

When we change the background for the second time JSON is like this,

{"type": "Background", "url": "http://localhost:8080/whiteboard-examples-6.0-SNAPSHOT/Documents/MongoMapReduce.jpg", "width": 595.0481927710844, "height": 326, "left": -297.5240963855422, "top": 163}

Why this happens ?

@Maxim - How the rights of user can be retrieved? Via a SOAP service? REST service or else? How we can get the userID to whiteboard?





                
      was (Author: andunslg):
    DOC/PDF synchronization between whiteboard clients is added. But there is a small issue which I handled by a tweak. I think Andrey will have a answer for this. When we set the background for first time like this,

 board.setBackground(url);
 console.log(board.backgroundJson());

the JSON logged is like this,

{"type": "Background", "url": "http://localhost:8080/whiteboard-examples-6.0-SNAPSHOT/Documents/gmaps.jpg", "width": undefined, "height": undefined, "left": undefined, "top": undefined}

When we change the background for the second time JSON is like this,

{"type": "Background", "url": "http://localhost:8080/whiteboard-examples-6.0-SNAPSHOT/Documents/MongoMapReduce.jpg", "width": 595.0481927710844, "height": 326, "left": -297.5240963855422, "top": 163}

@Maxim - How the rights of user can be retrieved? Via a SOAP service? REST service or else?

Why this happens ?




                  
> Wicket based Whiteboard should provide Insert Clipart, Picture, DOC, PDF features
> ---------------------------------------------------------------------------------
>
>                 Key: OPENMEETINGS-735
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-735
>             Project: Openmeetings
>          Issue Type: Sub-task
>          Components: HTML5, UI
>    Affects Versions: 3.0.0 Apache Release
>            Reporter: Andun Sameera Liyanagunawardana
>            Assignee: SebastianWagner
>             Fix For: 3.1.0 Apache Release
>
>
> Wicket based Whiteboard should provide Insert Clipart, Picture, DOC, PDF features

--
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