Page 1 of 2

[PENDING | BUG] mouseover issue

Posted: 12 Nov 2014, 13:21
by w1lla
Hi,

when trying to add a video tag inside a manialink and want go to position the video properly in the designer i get a issue which starts the video if i mouse over the code of the manialink.

It happens quite alot. Shall be automaticly but it might be annoying and might take quite some memory i suppose when using .webm formats.

Re: [video] mouseover issue

Posted: 13 Nov 2014, 09:09
by noyranea
Hello w1lla,

thank you for the report. I'll have a look on it and keep you informed.

EDIT : I can't reproduce your problem after trying multiple combinations of actions and mouseovers on the Interface Designer. The only way I found to launch the video was to click it in the preview, which is quite normal. Could you detail some list of inputs you do and screenshots or make a little video ?

Have a nice day,

-- noyranea

Re: [PENDING | BUG] mouseover issue

Posted: 09 Dec 2014, 16:05
by w1lla
I was trying to replicate the Elite Webm video. It happens when i create that one that it starts to play when i mouseover over the manialink in the editor...

Re: [PENDING | BUG] mouseover issue

Posted: 09 Dec 2014, 16:15
by noyranea
Could you please paste the code of your video tag, or juste give me it's attributes if you still have it somewhere ?

Re: [PENDING | BUG] mouseover issue

Posted: 09 Dec 2014, 16:21
by w1lla
Its with the playloop enabled:

Code: Select all

  <video posn="4.75 17.5 1.75" sizen="89.75 50.25" halign="center" data="http://static.maniaplanet.com/assets/manialink/rules/images/elite_rules.webm"  play="1"/>
Then it starts like a wave lol...

Re: [PENDING | BUG] mouseover issue

Posted: 09 Dec 2014, 16:22
by noyranea
Ok I see what you mean. I'll have a look on how to fix it now, thanks.

Re: [PENDING | BUG] mouseover issue

Posted: 09 Dec 2014, 16:56
by noyranea
Problem solved and fixed in the next update.

Re: [FIXED | BUG] mouseover issue

Posted: 11 Feb 2015, 01:32
by w1lla
Still exists.

When mouse hovering over the editor and to the design grid it plays. If i set

Code: Select all

play=0
then it will not play.

Re: [FIXED | BUG] mouseover issue

Posted: 11 Feb 2015, 09:36
by noyranea
Hi,

I can confirm that it's fixed on my version :

I pasted the exact same code as before :

Code: Select all

<video posn="4.75 17.5 1.75" sizen="89.75 50.25" halign="center" data="http://static.maniaplanet.com/assets/manialink/rules/images/elite_rules.webm"  play="1"/>
Then, I move my mouse from the text editor where I just pasted the text (or from any other area outside the grid) to the design grid (which does actually update the whole manialink). The video remains paused.

Can you confirm that you got a different result with the same test ? If so, I guess the fix will be available in a future update.

Re: [FIXED | BUG] mouseover issue

Posted: 20 Feb 2015, 22:24
by w1lla
Still seems to be there since latest update. I pasted the code and when changing from editor to display grid it keeps on playing. However when i click the video it will pause.