Firefox 18.01
Mac OS X 10.6.8

I am getting both classes:
csstransforms3d
no-csstransforms3d

I'm not sure if I did something wrong or if there's an issue in FF or what the deal is. Any pointers are appreciated.

CommentFileSizeAuthor
#1 ff-18_osx-10-6-8.png657.32 KBrupl
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rupl’s picture

Status: Active » Postponed (maintainer needs more info)
FileSize
657.32 KB

That sounds like a weird problem. I checked some of my sites in Firefox, but unfortunately I can't reproduce on any page that utilizes 3D Transforms. I've attached a screenshot since I have a similar system to yours.

Issues with Modernizr itself (for instance, problems with the classes being injected into the <html>) are best handled upstream in the Github issue queue. I see that you've already filed an issue on Github.

For others who find this d.o issue: go to Modernizr issue #801 :)

In the Github queue, it would be immensely helpful to myself or another contributor if you could provide a jsfiddle or some other form of reduced test, so that we could debug it there. I'll pop over there and check it out if you supply some more data.

TelFiRE’s picture

Well, it seems not to be modernizr itself since they provided a test case and it worked. I'm not sure what it is about my implementation and I can't post it publicly, but I guess the first step is for me to start copying bits of it and try to reproduce it. Thanks for your assistance. I'll post there if I discover anything.

Update: The problem seems to go away when I delete the call to jQuery from jQuery Update. But that's just standard to Drupal. So I'm not sure what the deal is.

<script type="text/javascript" src="http://(site)/sites/all/modules/jquery_update/replace/jquery/jquery.min.js?v=1.5.2"></script>

TelFiRE’s picture

With a module update this seems to have resolved itself. My apologies, I marked it wrong as I was on 2.1 not 3.0

Sorry for cluttering the que.

rupl’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

No probs!