NoBodyButMe / bubbletip

Automatically exported from code.google.com/p/bubbletip
0 stars 0 forks source link

chrome 4.1.249.1045 (42898); windows xp sp 3 #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
display problem at:

chrome 4.1.249.1045 (42898); windows xp sp 3

Original issue reported on code.google.com by srdrm...@gmail.com on 8 Apr 2010 at 9:29

Attachments:

GoogleCodeExporter commented 9 years ago
it appears that the layout (e.g. width and height of the tip) is not being 
handled/calculated by chrome properly at "document.ready".  create the 
bubbletip at 
"window.load" instead.

    //$(document).ready(function() {
    $(window).bind('load', function() {

Original comment by uhle...@gmail.com on 8 Apr 2010 at 8:33

GoogleCodeExporter commented 9 years ago
thanks! it run!

Original comment by srdrm...@gmail.com on 9 Apr 2010 at 1:09