Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't import because of NaN created by ThemeRoller #101

Open
ayottepl opened this issue Jun 13, 2012 · 1 comment
Open

Can't import because of NaN created by ThemeRoller #101

ayottepl opened this issue Jun 13, 2012 · 1 comment

Comments

@ayottepl
Copy link

i just tried something at this line.. 741. Look at the background (global-icon-disc), it's after the download, i didn't modified anything. The NaN is the problem, it give me a javascript error in my console.

Here's the error :
TypeError: 'null' is not an object (evaluating 'rgba[1]')

Here's the css code :

/* Icons
  -----------------------------------------------------------------------------------------------------------*/

  .ui-icon,
  .ui-icon-searchfield:after {
    background: #FFFFFF /*{global-icon-color}*/;
    background: rgba(255,15,NaN,0.4) /*{global-icon-disc}*/;

So i just replace it by any number, like 0, and it can load my theme... !

Someone know why theme roller give me NaN in the downloaded file?

@jtara
Copy link

jtara commented Oct 11, 2012

Unfortunately, this is endemic in ThemeRoller, and doesn't seem to be getting better. My theme file is littered with NaNs. It's been like this for months with no resolution.

I'm getting garbage like this in gradients:

from( #3303NaN /* {b-bhover-background-start}*/) to (#3303NaN /*b-bhover-background-end}*/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants