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

not working with firefox. #64

Closed
dbelieves opened this issue Apr 12, 2016 · 12 comments
Closed

not working with firefox. #64

dbelieves opened this issue Apr 12, 2016 · 12 comments

Comments

@dbelieves
Copy link

i see vertical stacking in firefox.
works fine in chrome.

any help?

@devmark
Copy link
Owner

devmark commented Apr 12, 2016

Hello.
will take a look tmr.

@dbelieves
Copy link
Author

Any fix?

@capncavemann
Copy link

Any word?

@capncavemann
Copy link

screen shot 2016-04-26 at 12 21 01 pm

@devmark
Copy link
Owner

devmark commented May 17, 2016

work fine in firefox. please make a demo you can fork from this: http://plnkr.co/edit/9goFW6?p=preview

@holaontiveros
Copy link

I think the issue is with Firefox and Angular Material, i'll do a plunkr later but here are some caps of the issue in my project.

Cap from Chrome:
image

Cap from Firefox:
image

@capncavemann
Copy link

I too am using angular material, you may be on to something. A CSS override?

@holaontiveros
Copy link

I thought that by your log, i don't think that is just a CSS override cause the buttons are not getting added, i'll run some test and get back here

@holaontiveros
Copy link

@capncavemann did you found something?

i fond that in slick.js (not in angular-slick-carousel) in the line 506:

_.$slides = _.$slider .children( _.options.slide + ':not(.slick-cloned)') .addClass('slick-slide');

the children are missing, but only in FF and they exist in the parent if you log it.

@capncavemann
Copy link

@javo01 I have not. I dropped the carousel for the time being. were you able to fix slick.js locally? or did you report it as an issue with that repo?

@holaontiveros
Copy link

@capncavemann i just made it, it was a problem in my view i used ng-if="vm.arrayOfThings" and in every browser worked except FF, i change it to ng-if="vm.arrayOfThings.lenght" and everything works.

@capncavemann
Copy link

@javo01 thx, will try it out

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

4 participants