[Zope-Moz] CVS: ZopeMozilla - objectbrowser.js:1.3 objectbrowser.xul:1.3 zopestudio.xul:1.5 zsBrowser.js:1.7 zsInterface.js:1.4 zsMain.js:1.4 zsMiniBrowser.xul:1.5 zsOpenServer.js:1.3 zsOpenServer.xul:1.3 zsPropertyEditor.js:1.3 zsPropertyEditor.xul:1.3

Martijn mj@zope.org
Sat, 15 Jul 2000 06:15:54 -0700 (PDT)


Update of /cvs-repository/ZopeMozilla/ZopeStudio/resources/content
In directory zope.codeit.com:/tmp/cvs-serv24149/content

Modified Files:
	objectbrowser.js objectbrowser.xul zopestudio.xul zsBrowser.js 
	zsInterface.js zsMain.js zsMiniBrowser.xul zsOpenServer.js 
	zsOpenServer.xul zsPropertyEditor.js zsPropertyEditor.xul 
Log Message:

Cleanup of outstanding bugs caused by changes in Mozilla

- nsISimpleEnumerator interface changed to initial lowercase

- HTML namespace changed to that of XHTML

- small comment bug in zopestudio.xul

- removed some deprecated XUL elements. objectbrowser.xul hasn't been cleaned
  yet.

- Mini-Browser filter menu list reverted to standard widget, as it now supports
  icons on menu items. As a result of this, there a no XBL bindings at the
  moment.

- Fixed XUL tree markups (not objectbrowser.xul)

- Tree/template redisplaying now has specific API. Use it.

- Adjust for DOM level 2 mouse events (.clickCount -> .detail).

- Some tree branch opening and closing tweaks.

- Small tweak in Prop editor code