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

Uncaught Error: SyntaxError: DOM Exception 12 #7

Closed
markreg opened this issue Feb 28, 2013 · 4 comments
Closed

Uncaught Error: SyntaxError: DOM Exception 12 #7

markreg opened this issue Feb 28, 2013 · 4 comments

Comments

@markreg
Copy link

markreg commented Feb 28, 2013

I'm getting this in chrome dev with the latest version of delegate and for some reason it just started happening a couple of days ago. Firefox has the same issue and doesn't go any further when it hits the error.

Uncaught Error: SyntaxError: DOM Exception 12 index.js:35
  match index.js:35
  (anonymous function) index.js:26
@crazykane2000
Copy link

function fixOpacity() {

var transformRules = getRuleList('opacity').values;

for (var i in transformRules) {
    var rule = transformRules[i];
    try {
        var nodes = document.querySelectorAll(rule.selector);

        for (var j = 0; j < nodes.length; j++) {
            me.setOpacity(nodes[j], rule.value)
        }
    } catch (e) {
    //do nothing
    }

}

}

@crazykane2000
Copy link

do this taken from zoltan-dulac/cssSandpaper#9 will do it

@yields
Copy link
Member

yields commented Sep 28, 2013

@markreg is this still an issue ?

@yields
Copy link
Member

yields commented Sep 30, 2013

closing, feel free to reopen if this is still an issue :)

@yields yields closed this as completed Sep 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants