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 - header menus position issue #2319

Closed
alexandery opened this issue Dec 10, 2014 · 5 comments
Closed

IE9 - header menus position issue #2319

alexandery opened this issue Dec 10, 2014 · 5 comments
Milestone

Comments

@alexandery
Copy link

When opening popup header menus in IE9 (sorting, export) the menus popup in random areas on the screen. To fix that - override the CSS:

.ui-grid-menu {
    position: absolute;
}
@PaulL1 PaulL1 added this to the 3.0 milestone Dec 13, 2014
@PaulL1
Copy link
Contributor

PaulL1 commented Jan 14, 2015

The current code base has position: absolute for .ui-grid-menu. Has this resolved the issue?

@alexandery
Copy link
Author

@PaulL1 Current codebase (as of few days ago) messes up styles again in IE9 so I had to revert my upgrade to complete a deliverable on my end. Once I upgrade to the latest in the next few days I will confirm this. Given that the position is adjusted to what I had as a fix I would presume it to be good to go, but I will check and report here.

@alexandery
Copy link
Author

@PaulL1 Actually just opened up http://ui-grid.info/docs/#/tutorial/214_pagination in IE9. The popup header menus do not show up at all. Clicking on the "down chevron" in the header does not bring the menu. Works in FF.

@PaulL1
Copy link
Contributor

PaulL1 commented Mar 28, 2015

Is this still broken? I think I've seen someone asking questions about IE menus, so I assume it's working?

@PaulL1 PaulL1 modified the milestones: 3.1, 3.0 Mar 28, 2015
@c0bra
Copy link
Contributor

c0bra commented Apr 13, 2015

Yep still broken in IE9. The popup menus actually DO show up... at the top of the page... Sigh.

@c0bra c0bra closed this as completed in 9d91805 Apr 13, 2015
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

3 participants