Jump to content

Spam Reporting


cranberry

Recommended Posts

You should only see "report spam" when your mouse is over that row. Does it look different on your browser?

The current implementation of the spam report button is not cross-browser; at least, it does not work in IE because you're using getElementsByClassName method which is not supported by IE. You may want to provide your own implementation of getElementsByClassName or take an off-the-shelf one, e.g. http://robertnyman.c...name-anno-2008/ - this example is rather bloated (due to being designed to work with sequences of class names which may contain wildcard characters), but it seems to be quite cross-browser at first glance.

--

Victor

Link to comment
Share on other sites

The current implementation of the spam report button is not cross-browser; at least, it does not work in IE because you're using getElementsByClassName method which is not supported by IE. You may want to provide your own implementation of getElementsByClassName or take an off-the-shelf one, e.g. http://robertnyman.c...name-anno-2008/ - this example is rather bloated (due to being designed to work with sequences of class names which may contain wildcard characters), but it seems to be quite cross-browser at first glance.

--

Victor

Thanks Victor. I'll take a look at this when I get some time and find a Windows machine to test things on.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This website uses cookies to ensure you get the best experience on our website. See our Privacy Policy and Terms of Use