I have a simple panel being updated by a RadAjaxManager when something happens in a Grid.
An extra line is being added in on the first ajax request in IE7. That is to say if I had something like:
Some Text Here
<Panel Visible="False">
More Text Here
So of course it should render like:
SomeTextHere
MoreTextHere
Which it does initially.
After an Ajax request occurs however (that doesn't directly effect this panel) the result is:
SomeTextHere
MoreTextHere
Note the extra line of space.
This does not happen in Firefox, only IE7 (I have not tested 6).
An extra line is being added in on the first ajax request in IE7. That is to say if I had something like:
Some Text Here
<Panel Visible="False">
More Text Here
So of course it should render like:
SomeTextHere
MoreTextHere
Which it does initially.
After an Ajax request occurs however (that doesn't directly effect this panel) the result is:
SomeTextHere
MoreTextHere
Note the extra line of space.
This does not happen in Firefox, only IE7 (I have not tested 6).