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

header buttons are not visible in firefox #418

Closed
ghost opened this issue Aug 10, 2012 · 6 comments
Closed

header buttons are not visible in firefox #418

ghost opened this issue Aug 10, 2012 · 6 comments
Milestone

Comments

@ghost
Copy link

ghost commented Aug 10, 2012

Trying the example here , none of the buttons show up. (I'm using firefox aurora/16.0a2).

The problem goes away if I modify the css for .slick-column-name to include float:left.
(in plugins/slick.headerbuttons.css)

@mleibman
Copy link
Owner

Duplicate of #417.

@vacaha
Copy link

vacaha commented Oct 4, 2012

Now i can see the buttons. But in firefox when i define a column with the sortable value in true, the buttons stay hide under the column title.

example
{ id: 1, name: "product" ,field: "Product_id" ,width: 120, sortable: true, editor: Slick.Editors.Text}

I have test with opera, chrome ,explorer and in these 3 browsers i can see perfectly the name of the column, the arrow for sort, and the buttons that i have created

@fsausset
Copy link

I noticed the same bug.

I didn't find any workaround...

@mleibman
Copy link
Owner

Which version of FF are you using? The buttons show up fine for me in FF 21.

@fsausset
Copy link

I'm using FF 21.
The buttons show up fine when the columns are not sortable, but it seems that there is a problem with the float: right rule of the buttons when the columns are sortable.
It seems related to the span element added to display the triangle indicating the sort order.
When removing it, buttons come back to the right place.

Le 20 mai 2013 à 19:25, Michael Leibman notifications@github.com a écrit :

Which version of FF are you using? The buttons show up fine for me in FF 21.


Reply to this email directly or view it on GitHub.

@fsausset
Copy link

Thanks!

dholcombe added a commit to dholcombe/SlickGrid that referenced this issue Oct 24, 2013
… sortable columns

Equivalent to May 20, 2013 commit on mleibman branch
jesenko pushed a commit to plandela/SlickGrid that referenced this issue Dec 29, 2023
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