google-code-export / game-golem

Automatically exported from code.google.com/p/game-golem
0 stars 0 forks source link

Interface problem on Safari with Ninja Kit #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Opening CA page

What is the expected output? What do you see instead?
The window for Game Golem isn't readable at all since the interface as changed 
(around r900)

What version of Golem are you using? Beta or release? On what browser?
r940 for Firefox on Safari 5.0.3 with Ninja Kit installed for scripts

It works very well on Firefox, Chrome and it was working well on Safari until 
the latest version :o(

Great job !!!

Original issue reported on code.google.com by olivier....@gmail.com on 10 Jan 2011 at 2:55

Attachments:

GoogleCodeExporter commented 9 years ago
Ok, not entirely sure what's going on there - however that's exactly what 
happens when the css isn't loaded (when developing you use the unpacked 
extension, and reloading the extension causes the same issue until you refresh 
the page).

It sounds like either there's not full enough support for Greasemonkey 
functions, the actual code used is:

GM_addStyle(GM_getResourceText('stylesheet'));

The alternative is if it recognises it as Chrome rather than Safari - where it 
doesn't even try to add it as it's built into the extension source.

I did think that Safari could support Chrome extensions now though, or am I 
wrong?

Original comment by RycochetTM on 10 Jan 2011 at 3:18

GoogleCodeExporter commented 9 years ago
Thank you for your quick answer.
I'm sorry but I'm not a developer and I'm french so I'm not sure I
understood well.

What I can say is that when I click on "New beta available", the chrome crx
file is downloaded but not installed.
Ninja Kit doesn't recognize it so I have to go to Google Game Golem page and
click on the "latest beta" for firefox to have the script installed by
Ninja.

Is there somewhere that I can download oldest version of Golem ? It was
working fine before latest interface changed :o(

Original comment by olivier....@gmail.com on 10 Jan 2011 at 3:57

GoogleCodeExporter commented 9 years ago
Just added r942 which might fix the issue with the css.

I'm about to make some changes to Update and it will stop looking for the crx 
file.

Original comment by RycochetTM on 10 Jan 2011 at 4:17

GoogleCodeExporter commented 9 years ago
Sorry, it didn't works.

Original comment by olivier....@gmail.com on 11 Jan 2011 at 12:21

GoogleCodeExporter commented 9 years ago
Ok - having looked into it a little more, NinjaKit doesn't support 
GM_getResourceText - so I've changed how the css is included in Golem - 
hopefully it'll work ok.

As a side note, got Ninja Kit installed on Safari here (win 7), but can't see 
how to get Golem installed on it without going through userscripts - it doesn't 
seem to "take over" the handling of *.user.js files like Greasemonkey does...

Original comment by RycochetTM on 12 Jan 2011 at 1:58

GoogleCodeExporter commented 9 years ago
I still have the same problem :(

On safari (Mac Snow Leopard), I have to open
code.google.com/p/game-golemand to chose "latest-beta" to have golem
installed by Ninja Kit.

Original comment by olivier....@gmail.com on 12 Jan 2011 at 8:11