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

IE9: Javascript Dropdowns #2195

Closed
rossriley opened this issue Nov 17, 2014 · 1 comment
Closed

IE9: Javascript Dropdowns #2195

rossriley opened this issue Nov 17, 2014 · 1 comment

Comments

@rossriley
Copy link
Contributor

Seems to be a bug with the dropdowns. Spotted both in the top right username dropdown, and on the file-list or content-list Options button dropdown. Hovering over doesn't seem to trigger a dropdown.

@rossriley
Copy link
Contributor Author

Doing a bit of debugging on it seems this line from the dropdowns js:

            // Prevent breakage on old IE.
            if (typeof mouseEvt === "undefined" || mouseEvt === null) {
                return false;
            }

Does just return false for IE9 so nothing gets shown.

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

No branches or pull requests

1 participant