[Zope3-dev] Re: [Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container/Views/Browser - main.pt:1.1.2.2

Steve Alexander steve@cat-box.net
Fri, 08 Mar 2002 20:19:23 +0000


Tres Seaver wrote:
> Steve Alexander wrote:
> 
>> Update of 
>> /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container/Views/Browser
>> In directory cvs.zope.org:/tmp/cvs-serv15148/Views/Browser
>>
>> Modified Files:
>>       Tag: Zope-3x-branch
>>     main.pt Log Message:
>> changed form action to make delete button work properly
>>
>>
>> === Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/main.pt 
>> 1.1.2.1 => 1.1.2.2 ===
>>  <div metal:fill-slot="body">
>>  
>> -<form action="contents;view" method="get">
>> +<form action="" method="get">
>>    <table class="ContentListing">
>>         <caption>Folder Contents <a href="../adder;view"> Add... </a> 
>> </caption>
> 
> 
> ISTR that IE had problems with empty actions, at least in some
> versions;  could we replace with TAL that substitued "here/absolute_url"?
> (just using "." was a workaround, too).

Would omitting the action altogether work?

Otherwise, given the choice, I'd prefer to use the "." than using 
here/absolute_url.

If this is indeed a problem we should be generally working around, then 
someone should put a note in the Zope3 coding standards about it. If 
it's easy to find out, I'd like to know which version of IE are affected.

--
Steve Alexander