Description: Interactive sequence started by media objects do not work. It works with gstreamer gtksink on Linux, but not on Windows or Linux without gstreamer gtksink. Steps to Reproduce: 1. Open the attached file. 2. Start the slideshow. 3. Click the video to trigger the animation on smiley. Actual Results: Nothing happened. Expected Results: The smiley should fly out. Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 149533 [details] Sample odp file.
Thank you for reporting the bug. I can confirm the bug present in Version: 6.3.0.0.alpha0+ Build ID: b6b28931435e44aca92b8c0e1659f701e3ed1a87 CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; TinderBox: Win-x86@42, Branch:master, Time: 2019-01-30_06:57:04 Locale: en-US (en_US); UI-Language: en-US Calc: threaded
Mark Hung committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/ecdcc847cd5d9b1370801d42b740bd616c475477%5E%21 tdf#123653 let gstreamer gst video overlay bypass events. It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Mark Hung committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/a798926550ab3ea8613f28a7be2672ebe9e7dfbe%5E%21 tdf#123653 pass WM messages to the parent window. It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Seems broken now in master branch ( not test Linux yet. ) Version: 6.3.0.0.alpha0+ (x64) Build ID: 3e0092031b73bad107e3122d5d4be2f5bd487744 CPU threads: 8; OS: Windows 10.0; UI render: default; VCL: win; Locale: zh-TW (zh_TW); UI-Language: en-US Calc: threaded
Also on Linux.
Hi Miklos, Bisecting the bug lead me to: 3e0092031b73bad107e3122d5d4be2f5bd487744 I wonder if you know how media object triggering is related to that commit?
I'll take a look. Though perhaps let's deal with this in a new bug? This bug has a fix already, you fixed it, you deserve the credit for it. And the new bug is a regression.
(In reply to Miklos Vajna from comment #8) > I'll take a look. Though perhaps let's deal with this in a new bug? This bug > has a fix already, you fixed it, you deserve the credit for it. And the new > bug is a regression. Hi Miklos, I've created tdf#124756 for this.
Thanks!