text doesn't display after ajax callback

Bug #783907 reported by Andy Seaton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
typeface.js
New
Undecided
Unassigned

Bug Description

I've created an app for a site that I'm working on where you have a carousel showing different 'looks' and then when you click on the look, the products that are available to buy are shown in the sidebar. The product name is shown using typeface, but when you click on the carousel and the ajax callback is processed, the typeface stuff doesn't work after the callback. The div that encloses it is still there, but nothing is shown.

If you need any further information, email me :)

Cheers

Andy

Revision history for this message
Clark (clark-3) wrote :

as a temperary patch you could escape this line:
----------------------
initialize: function() {

  // quit if this function has already been called
  //if (arguments.callee.done) return; <------------

- and after your ajax callback and the data has been written to the website execute this:
-----------------------
_typeface_js.initialize();

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.