Item525: Signature field does not follow resizing Wysiwyg editor textarea.
Priority: Urgent
Current State: Closed
Released In: 1.0.0
Target Release: patch
- Open the Wysiwyg Editor
- Note the signature copy/paste field below.
- Now resize the edit window by dragging the lower right corner
- The signature field does not follow the window above. Instead it just stays at its absolute position
This is IE7 on XP.
Very severe release blocker.
This most have come in recently
if you resize the total browser windows it jump into place again. But you have to know that. Not something I would like to ship with
You do not see this issue in Firefox
With TWiki 4.2.4 and IE7 this bug is not there so it is related to changes in Foswiki only.
So the combination that fails is Foswiki, XP, IE7
The problem was introduced with
distro:9ba8e6f27c80 PersonalInfoAddOn:524d4aa79fd7
I am continuing trying to find the exact change. it was a mega change.
I found by experiment that removing the class foswikiLeft for the TMPL DEF for "sig" cured the problem.
It seems the float and relative confuses IE.
I cannot see any visual effect by not including this class in FF or IE
This fix causes the resize buttons to draw on the next row.
Order does matter: if one floating element is used, put this before the other elements.