Closed (fixed)
Project:
Cufón
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2009 at 01:20 UTC
Updated:
23 Aug 2012 at 11:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
rwohlebI created a drupal behavior that only requires changing the cufon-drupal.js file. It's such a simple change so I'm not going to bother with rolling a patch right now. If I have time, I'll roll one.
It leaves the non-behavior code intact due to how Cufon works. Else, there would be issues with browsers like IE. The behavior is designed to skip the first global run, and also respect the context that is passed.
Comment #2
planctus commentedThat's very cool :-)
It seems to work perfectly, thanks
Da.
Comment #3
lil.destro commentedRolled this into a patch for review.
Comment #4
detot commentedWorks here to, thanks!
Comment #5
detot commentedI'll take that back. It works if you use "h1" but not ".node h1" for example.
Comment #6
mediamash commentednice solution, should include in the module
Comment #7
matshep1 commentedThank you...this was driving me nuts! Your patch works for me :)
Comment #8
jaydub commentedRegarding the patch in #3 is it necessary to have the redundant logic? I rolled a patch before I found this issue and was wondering why a simpler approach wouldn't work. I guess there's IE to worry about?
Comment #9
game commentedHas anyone else managed to get this working recently? Im currently using the latest version of drupal and all modules. This patch didnt seem to do anything as the content was displayed the same as before I applied the patch :-/
Comment #10
troky commentedCommitted to 6.x-1.x-dev.
Re-open issue if problem persists.