Page 1 of 1

[BUG] Google Chrome display bug

PostPosted: Mon Apr 22, 2013 12:24 pm
by titanic4
I have found bug with Algobox on Google Chrome.
Screenshot link is right below(you may want to enlarge it).
http://img24.imageshack.us/img24/2830/algodoo.png

I'm unable to click any scene page as it gets covered with ratings count of scene on it's statistics, which is not updating until I move cursor outside the area, after which I move the cusor over another scene. On Firefox the page works fine.

Re: [BUG] Google Chrome display bug

PostPosted: Sat Mar 29, 2014 1:13 am
by Luka
Does that happen every time you open that page on Chrome?
If yes, then Algoryx should fix that. (Fine here)
If no, then Chrome downloaded it corrupted due to its problems.

Re: [BUG] Google Chrome display bug

PostPosted: Sat Mar 29, 2014 5:58 pm
by electronicboy
Could you ensure that you are running no extentions in Chrome such as a standardisation tool?

Algobox is old software, there are plans in the future to revamp up the application, but there is just too much going on at Algoryx now for this. If there is a small easily fix to make this work I can push the changes via Algoryx and usually have them implimented within the week.

Re: [BUG] Google Chrome display bug

PostPosted: Tue Sep 19, 2017 2:29 pm
by mori-d
Luka wrote:Does that happen every time you open that page on Chrome?
If yes, then Algoryx should fix that. (Fine here)
If no, then Chrome downloaded it corrupted due to its problems.


YES. It happens every time on Chrome.
But when I clicked a small box on the page, the page shows list of scenes without thumbnail and all of them become clickable.

On Microsoft Edge browser, there is no such problem though also difficult to click due to a popup/tooltip.

Re: [BUG] Google Chrome display bug

PostPosted: Fri Nov 24, 2017 7:29 am
by mori-d
I understood that this problem is caused by the size of popup/tooltip.
The size of tooltip is not same on different browser or different "FONT".
On the chrome browser, the large tooltip covers over the mouse pointer every time.
On the Firefox and Edge browser, if your language setting was "japanese", this problem occurs.

See also the snapshots in this tweet: https://twitter.com/mori0091/status/933916980154834945

To Algobox site admin:
Please move a tooltip left or right as it does not cover over the mouse pointer.

Re: [BUG] Google Chrome display bug

PostPosted: Thu Mar 15, 2018 2:57 pm
by tatt61880
To algobox admin.
How to fix:
http://www.algodoo.com/algobox/js/misc.js line:273
Before:
Code: Select all
        it.style.left = parseInt(x) + 'px';

After:
Code: Select all
        it.style.left = parseInt(x) + 10 + 'px';

Re: [BUG] Google Chrome display bug

PostPosted: Thu Mar 15, 2018 7:21 pm
by tatt61880
Now, the issue has been fixed, thanks!