Hi folks,

I have an obscure problem with rendering on Safari (both 3 and 4). I
get the same behavior using 1.1-M1 and 1.1-M3.

When I initiate any ajaxy traffic, be it a text field, a checkbox or a
drop-down, the entire content area literally collapses onto itself.
>From what I can tell it happens upon the ajax call's return.  By
"content" I refer to the typical getting-started code with
<lift:surround with="default" at="content">.

Visually, it appears as if all structuring caves in, and all the text
is printed as if everything were a single paragraph. No inputs are
visible, though e.g. the current values of drop-downs are shown.
Contents of text fields are not visible. Interestingly, the effect of
the ajax call has taken place - for instance, if I decrease a value
that limits the number of items to show in a list, the list is indeed
shorter in the miserably collapsed rendering. And, after issuing a
reload, everything returns to normal. Click on a checkbox again, and
everything collapses yet again.

I have tried various changes to tease out the cause, but nothing has
helped - moving it all back to index.html, removing all but a few
ajaxed components, dropping the login/logout menu items - but it is
really consistent. I wish I could get so predictable web app
development every day.

HTML-wise, the browser claims to be showing the exact same HTML before
and after the click, which is expected behavior. (At least Firefox
does it too.) After the reload, when things are showing as they
should, the HTML has updated all the id's of the ajaxified components.
Again, this is the behavior I see in other browsers. Everything looks
normal server-side as well, every request takes comparable amounts of
time across browsers etc.

I don't have an in-depth analysis yet, nor an example that isolates
the problem, at this stage I am just throwing it out hoping others may
have seen it, and/or solved it.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to