Width bug in FF
Brought to you by:
cdolivet
Working on FF7.01 on OSX. I have an textarea set with width 100% height 100% inside an absolutely positioned div. If i start an editarea with the allow_toggle true then it makes the edit area 15pixels too wide. couldnt find out how to change this so I have a setTimeout function which changed the width of the iframe after everything had loaded. then I removed the allow_toggle and it fitted perfect. So not sure exactly what the bug is. Can provide my source code and css if required.