fix for wrapping problem in Firefox 1.5

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: fix for wrapping problem in Firefox 1.5

by ATSupport » Fri Feb 10, 2006 10:10 am

We missed the sticker history page. Sorry. Now it's fixed.

Has fix been rolled into production?

by langford » Thu Feb 09, 2006 12:22 pm

Is the fix in production? On this page at least it's not showing up:

http://www.accutracking.com/locpast.php ... &limit=100

by ATSupport » Thu Feb 09, 2006 10:09 am

Thank you for this! It's been fixed now.

fix for wrapping problem in Firefox 1.5

by langford » Thu Feb 09, 2006 9:52 am

At least on the Mac using Firefox 1.5, in the info window that pops up when clicking on a location icon, the text wraps at white spaces. This website as a fix: http://www.econym.demon.co.uk/googlemaps/basic1.htm

Quote:

There's a problem with the display of infowindows in Firefox 1.5. In order to get them to display correctly, it's necessary to wrap the infowindow contents in a <div> with a this special style command:

<div style="white-space:nowrap;"> . . . </div>

Could this be added to the code?

Top