[jira] [Commented] (OPENMEETINGS-1945) When clic pause video button become white window only if mouse is over it

2018-10-27 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on OPENMEETINGS-1945:
---

Commit 6d0d2a4e37aef4efb2e7b855c2fce48bfecd4730 in openmeetings's branch 
refs/heads/4.0.x from [~solomax]
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=6d0d2a4 ]

[OPENMEETINGS-1945] pause and seek seems to work as expected


> When clic pause video button become white window only if mouse is over it 
> --
>
> Key: OPENMEETINGS-1945
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1945
> Project: Openmeetings
>  Issue Type: Bug
> Environment: Debian 9
>Reporter: Alvaro
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: OM 406 Snapshot 456.mp4
>
>
> OM4.0.6  Snapshot 456
> When clic pause video button become white window, only if mouse is over it.
> Please take a look the attached video.
> Alvaro
>  
>  https://github.com/fabricjs/fabric.js/issues/5343



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-1945) When clic pause video button become white window only if mouse is over it

2018-10-27 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on OPENMEETINGS-1945:
---

Commit 5325d0023a9b1530564999c260cf96f0add6dc22 in openmeetings's branch 
refs/heads/master from [~solomax]
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=5325d00 ]

[OPENMEETINGS-1945] pause and seek seems to work as expected


> When clic pause video button become white window only if mouse is over it 
> --
>
> Key: OPENMEETINGS-1945
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1945
> Project: Openmeetings
>  Issue Type: Bug
> Environment: Debian 9
>Reporter: Alvaro
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: OM 406 Snapshot 456.mp4
>
>
> OM4.0.6  Snapshot 456
> When clic pause video button become white window, only if mouse is over it.
> Please take a look the attached video.
> Alvaro
>  
>  https://github.com/fabricjs/fabric.js/issues/5343



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-1945) When clic pause video button become white window only if mouse is over it

2018-10-27 Thread Maxim Solodovnik (JIRA)


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

Maxim Solodovnik commented on OPENMEETINGS-1945:


Thanks a million [~andreabogazzi]!
Your solution works as expected! And also seems to fix "pause" issue

> When clic pause video button become white window only if mouse is over it 
> --
>
> Key: OPENMEETINGS-1945
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1945
> Project: Openmeetings
>  Issue Type: Bug
> Environment: Debian 9
>Reporter: Alvaro
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: OM 406 Snapshot 456.mp4
>
>
> OM4.0.6  Snapshot 456
> When clic pause video button become white window, only if mouse is over it.
> Please take a look the attached video.
> Alvaro
>  
>  https://github.com/fabricjs/fabric.js/issues/5343



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-1945) When clic pause video button become white window only if mouse is over it

2018-10-27 Thread Andrea Bogazzi (JIRA)


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

Andrea Bogazzi commented on OPENMEETINGS-1945:
--

Hi, i was reading the fabricJS issue and i have this findings:

The video element is not always in a valid state to be drawn.

In the case of the issue reported that is the seeking in the bar, the video 
gets white becase the request renderAll happen while the video is still seeking.

 

adding:

 

```

vid[0].onseeked = function() {
 canvas.requestRenderAll();
}

```

 

in the fiddle provided, fix the issue. https://jsfiddle.net/yhsgcvL8/5/

Similarly you can probably find something for the pause/play.

> When clic pause video button become white window only if mouse is over it 
> --
>
> Key: OPENMEETINGS-1945
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1945
> Project: Openmeetings
>  Issue Type: Bug
> Environment: Debian 9
>Reporter: Alvaro
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: OM 406 Snapshot 456.mp4
>
>
> OM4.0.6  Snapshot 456
> When clic pause video button become white window, only if mouse is over it.
> Please take a look the attached video.
> Alvaro
>  
>  https://github.com/fabricjs/fabric.js/issues/5343



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OPENMEETINGS-1945) When clic pause video button become white window only if mouse is over it

2018-10-05 Thread Alvaro (JIRA)


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

Alvaro commented on OPENMEETINGS-1945:
--

...continue the same in OM 4.0.6 Snapshot 457

> When clic pause video button become white window only if mouse is over it 
> --
>
> Key: OPENMEETINGS-1945
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1945
> Project: Openmeetings
>  Issue Type: Bug
> Environment: Debian 9
>Reporter: Alvaro
>Assignee: Maxim Solodovnik
>Priority: Minor
> Attachments: OM 406 Snapshot 456.mp4
>
>
> OM4.0.6  Snapshot 456
> When clic pause video button become white window, only if mouse is over it.
> Please take a look the attached video.
> Alvaro
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)