Yeah, I've looked into it a bit, but I haven't tackled the issue. Basically, IE does not always collapse empty tags, which, if I recall correctly, is not actually a wrong interpretation of the specifications, but happens to differ from how the rest of the others do it. Whether it's wrong or not, it is a difficulty and it is Jifty's problem.
<br><br>Our clients are primarily IE users as well and I haven&#39;t gotten far into fixing it because I haven&#39;t had a chance to read through the JavaScript that handles the canonicalization and error handling that inserts text into the empty DIVs causing the ugliness.
<br><br>The solutions I&#39;ve thought of involve either not rendering the DIVs at all unless they need to be filled and then adding code to fill them when ever the Ajax routines run, or set display to none and make them appear during the Ajax stuff.
<br><br>Jesse or others that have dealt with the JavaScript involved may have better ideas, but that&#39;s just not a part of Jifty I&#39;ve read through yet.<br><br><div><span class="gmail_quote">On 8/1/07, <b class="gmail_sendername">
Henry Baragar</b> &lt;<a href="mailto:Henry.Baragar@instantiated.ca">Henry.Baragar@instantiated.ca</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello all,<br><br>Has anyone come up with a work-around to this problem with IE?<br><br>Our client is viewing this more as a problem with our application than with IE<br>(since they and their clients mostly use IE).<br><br>
We will need to implement a work-around, if somebody does not already have<br>one.&nbsp;&nbsp;Is the problem simpler in the case where AJAX is not needed (as in our<br>case)?<br><br>Any help would be appreciated.<br><br>Thanks,<br>
Henry<br><br>On Friday, January 26 2007 04:55 am, Agent Zhang wrote:<br>&gt; On 12/3/06, Jesse Vincent &lt;<a href="mailto:jesse@bestpractical.com">jesse@bestpractical.com</a>&gt; wrote:<br>&gt; &gt; I think we&#39;d probably want to add a class of &quot;hidden&quot; or somesuch,
<br>&gt; &gt; rather than an explicit styling. But what I&#39;d really like is for hlb and<br>&gt; &gt; trs to weigh in here, since both of them know more about the issues<br>&gt; &gt; involved than I do.<br>&gt;<br>&gt; I&#39;m still suffering from such issues in IE. How about dynamically
<br>&gt; adding a class like &quot;empty&quot; and let the user to decide what to do with<br>&gt; it? I think it&#39;s safe for existing Jifty apps.<br>&gt;<br>&gt; Regards,<br>&gt; Agent<br>&gt; _______________________________________________
<br>&gt; jifty-devel mailing list<br>&gt; <a href="mailto:jifty-devel@lists.jifty.org">jifty-devel@lists.jifty.org</a><br>&gt; <a href="http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel">http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
</a><br>_______________________________________________<br>jifty-devel mailing list<br><a href="mailto:jifty-devel@lists.jifty.org">jifty-devel@lists.jifty.org</a><br><a href="http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel">
http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel</a><br></blockquote></div><br>