Page 1 of 1
Issue with the new HTML5 format
Posted: Wed Jan 02, 2019 5:10 pm
by Sexless Dummy
So I was playing the tease from millie86 called Stroke Training. This tease will give you severall codes to progress further. I soon realized that some buttons just didn't work and i couldn't enter the code correctly. I could circumvent the issue with the first code by going fullscreen and thought to myself maybe it only works correctly when on fullsreen. But now the second code doesn't work even in fullscreen. Maybe someone can try to recreate the problem to see if the issue is maybe browser based? I am using firefox, this is the link to the tease
https://milovana.com/webteases/showtease.php?id=29130
Right at the beginning you are supposed to enter the given code, i will put it in spoilers, in case anyone wants to still play it
- Spoiler: show
- f4211
I am unable to enter the first letter from the code, fullscreen or not fullscreen. Some buttons work, some don't. It's a little frustrating and right now i guess every flash tease with several buttons will be unplayable for me.
edit: little update, Microsoft Edge has the same issue, i also just realized that from the 16 possible buttons only the first 10 seem to work, Button 11-16 don't respond. Fullscreen it goes up to 14 Buttons that work and only the last 2 don't. There seems to be a size issue with too much buttons. Can this be fixed?
Re: Issue with the new HTML5 format
Posted: Wed Jan 02, 2019 6:49 pm
by kerkersklave
You could run it in my player:
http://sklavedaniel.gitlab.io/Milovana/#tease/29130/
It seems to work, at least entering the code does.
Re: Issue with the new HTML5 format
Posted: Wed Jan 02, 2019 10:29 pm
by SkyLigth
It works fine for me to load the code in the site player in chrome browser.
Re: Issue with the new HTML5 format
Posted: Wed Jan 02, 2019 11:23 pm
by Trusfrated
Agreed. I just tried it and had the same issues as you did. Using Firefox on Windows 7.
But I see the issue; it has to do with screen resolution. On my laptop my resolution is 1366x768, a little low by today's standards. Going from windowed to full screen allowed me to press additional buttons, but not all. I then moved the browser window over to my 2nd monitor which is 1920x1080, and I had no problem pressing any of the buttons in either mode. I then dynamically resized the browser window and found that the smaller I made it, fewer and fewer buttons worked.
Hopefully Seraph0x can come up with a fix for this.
Re: Issue with the new HTML5 format
Posted: Thu Jan 03, 2019 6:20 am
by Sexless Dummy
Trusfrated wrote: Wed Jan 02, 2019 11:23 pm
But I see the issue; it has to do with screen resolution.
I came to the same conclusion yesterday...unfortunately my resolution is already on max on my laptop.
works for me too...also loading up the original flashtease worked as a temporary solution. But preferable would be if it also works in html5 since everything got converted and i don't know how long the original flashteases will be available for us.
SkyLigth wrote: Wed Jan 02, 2019 10:29 pm
It works fine for me to load the code in the site player in chrome browser.
since i tested already edge and firefox, i don't think chrome will make a difference. Like Trusfrated said, it seems the resulotion has to be higher, the more buttons are implemented.
Re: Issue with the new HTML5 format
Posted: Thu Jan 03, 2019 6:32 am
by hawksnail
If you inspect the HTML and delete this element (or change the z-index), you can press the buttons now. This element is in front of the buttons.
<div class="page__ActionBar-sc-23cvvv-4 irmjnj"></div>
Re: Issue with the new HTML5 format
Posted: Thu Jan 03, 2019 6:39 am
by Sexless Dummy
hawksnail wrote: Thu Jan 03, 2019 6:32 am
If you inspect the HTML and delete this element (or change the z-index), you can press the buttons now. This element is in front of the buttons.
<div class="page__ActionBar-sc-23cvvv-4 irmjnj"></div>
nice! that worked. No idea how you figured that out, thank you

Re: Issue with the new HTML5 format
Posted: Thu Jan 03, 2019 1:47 pm
by Sissy Elise
hawksnail wrote: Thu Jan 03, 2019 6:32 am
If you inspect the HTML and delete this element (or change the z-index), you can press the buttons now. This element is in front of the buttons.
<div class="page__ActionBar-sc-23cvvv-4 irmjnj"></div>
Console code for all teases (variable class names):
Code: Select all
$('[class^="page__ActionBar"]').attr('class','');
Re: Issue with the new HTML5 format
Posted: Fri Jan 04, 2019 1:10 am
by seraph0x
Should be fixed now, thanks for the report!

Re: Issue with the new HTML5 format
Posted: Fri Jan 04, 2019 6:16 am
by Sexless Dummy
wow that was fast! And works just fine, thank's alot!