Re: [Zope-dev] manage_workspace = index_html

2001-07-08 Thread Kyler B. Laird


On 15 May 2001 13:23:30 -0600 you wrote:

 My workspace keeps being redirected to index_html

 I don't understand it, but I see that netscape navigator doesn't
 seem to have this problem.  But Mozilla and Lynx does!

Same situation here.

With mozilla, please state the version/buildnumber/daily-build-date.

Mozilla 0.9.2
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010628

This is with Zope 2.4.0b3.

It's not so bad now, but if Mozilla ever fixes tab handling
within textareas, I'm going to want to use it with Zope.

--kyler

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] manage_workspace = index_html

2001-07-08 Thread Christian Theune

 It's not so bad now, but if Mozilla ever fixes tab handling
 within textareas, I'm going to want to use it with Zope.

if you are really interested in using the tab with mozilla 
- because there is no fix needed, read the specifications,
where you will find the request to handle tabbing everywhere
the same - but i could ask a partner of mine, who changed
his mozilla to work with the tab in textareas, for a patch

-- 
Christian Theune - [EMAIL PROTECTED]
gocept gmbh  co.kg - schalaunische strasse 6 - 06366 koethen/anhalt
tel.+49 3496 3099112 - fax.+49 3496 3099118 mob. - 0178 48 33 981

reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))

 PGP signature


Re: [Zope-dev] manage_workspace = index_html

2001-07-08 Thread Kyler B. Laird


On Sun, 8 Jul 2001 21:56:51 +0200 you wrote:

 It's not so bad now, but if Mozilla ever fixes tab handling
 within textareas, I'm going to want to use it with Zope.

if you are really interested in using the tab with mozilla=20

I am.  Others are too - here and elsewhere.
http://bugzilla.mozilla.org/show_bug.cgi?id=29086

- because there is no fix needed,

O.k., so what's the secret?  How do you put a tab
in a textarea using Mozilla?

read the specifications,
where you will find the request to handle tabbing everywhere
the same - 

It doesn't sound like it's been resolved from
what I've read. 

but i could ask a partner of mine, who changed
his mozilla to work with the tab in textareas, for a patch

I'd appreciate that.  Thank you.  I'm willing
to believe that the knowledge is somewhere in
http://www.mozilla.org/unix/customizing.html#keys
but I haven't extracted it.

I'm waiting to be able to use an arbitrary
application (EDITOR) in place of the usual
textarea.  I'd be thrilled to have
vi/emacs/whatever right there.  Someday...

--kyler

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] manage_workspace = index_html

2001-05-15 Thread Chris Withers

Michel Pelletier wrote:
 
 If I recall, this have been broken an fixed in mozilla a few times
 now.  Other browsers do this wrong too, like w3m.

If so many browsers do this wrong (the list seems to currently be IE, Mozilla,
Lynx and W3M... at Netscape and you'll have about 99% coverage ;-) maybe it's
Zope that's wrogn by way of being in the minorty?

peanut-gallery-ly yours,

Chris

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] manage_workspace = index_html

2001-05-15 Thread Toby Dickenson

On Tue, 15 May 2001 09:50:37 +0100, Chris Withers [EMAIL PROTECTED]
wrote:

Michel Pelletier wrote:
 
 If I recall, this have been broken an fixed in mozilla a few times
 now.  Other browsers do this wrong too, like w3m.

If so many browsers do this wrong (the list seems to currently be IE, Mozilla,
Lynx and W3M... at Netscape and you'll have about 99% coverage ;-) maybe it's
Zope that's wrogn by way of being in the minorty?

I suspect that there are also some caching issues contributing to this
problem. I see this occasionally in IE, but very very rarely and
control-F5 (to refresh the page) always makes it go away.


Toby Dickenson
[EMAIL PROTECTED]

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] manage_workspace = index_html

2001-05-15 Thread Shane Hathaway

R. David Murray wrote:
 Now, if the ZMI were rewritten to be session based, and you used
 a non-basic-auth based session, you could avoid the problem.
 Want to volunteer to do the rewrite? grin

Actually if you install the CMFCore product and put a CookieCrumbler at
the root of your site, you get cookie-based authentication with any user
folder.  (Maybe this should be a tip on zope.org?)

Shane

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] manage_workspace = index_html

2001-05-15 Thread Bill Anderson

On 14 May 2001 15:34:08 -0500, The Doctor What wrote:
 My workspace keeps being redirected to index_html
 
 Example:
 http://host/manage_workspace redirects me to http://host/
 
 Likewise, http://host/pi/manage_workspace redirects me to
 http://host/pi/
 
 I don't understand it, but I see that netscape navigator doesn't
 seem to have this problem.  But Mozilla and Lynx does!

With mozilla, please state the version/buildnumber/daily-build-date.

I am using the latest 'release' and it works fine here, always has.

Bill



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] manage_workspace = index_html

2001-05-14 Thread Michel Pelletier

On Mon, 14 May 2001, The Doctor What wrote:

 What's going on?  Is this a Mozilla problem? 

Yes.

 If so, why is lynx
 doing the same?

Because lynx is broken too.

 How should I go about trouble shooting it?

The problem is the client does not provide the right Basic authentication
credentials for the frame like it's supposed to.  Zope then assumes that
you are just an anonymous user, and shows you the only 'managment tab' you
have permission to see, 'View'.

If I recall, this have been broken an fixed in mozilla a few times
now.  Other browsers do this wrong too, like w3m.

-Michel


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )