resizing ZMI textarea window
With 2.6.1 and Opera 6.02 the window resize is broken. I filed a bug report on the collector, but a quick fix would be nice. The quick load time of opera makes it a nicer development environment that Mozilla.
Dennis Allison wrote:
With 2.6.1 and Opera 6.02 the window resize is broken. I filed a bug report on the collector, but a quick fix would be nice. The quick load time of opera makes it a nicer development environment that Mozilla.
If opera behaves anything like mozilla then the cols attribute of the textarea is ignored when the inline style dictates the displayed width (hardcoded to 100% in several cases). If you want to change that you can remove the inline style from the following files: lib/python/OFS/dtml/fileEdit.dtml lib/python/Products/PageTemplates/www/ptEdit.zpt lib/python/Products/PythonScripts/www/pyScriptEdit.dtml lib/python/Products/SiteAccess/www/manage_edit.dtml lib/python/Products/ZReST/dtml/manage_editForm.dtml lib/python/Products/ZSQLMethods/dtml/edit.dtml lib/python/Products/ZSQLMethods/dtml/add.dtml lib/python/Shared/DC/ZRDB/dtml/connectionTestForm.dtml This hardly classifies as a critical bug though. -- Jamie Heilman http://audible.transient.net/~jamie/ "I was in love once -- a Sinclair ZX-81. People said, "No, Holly, she's not for you." She was cheap, she was stupid and she wouldn't load -- well, not for me, anyway." -Holly
Jamie, Using Opera, the edit window for 2.6.1's ZMI is something like 20 columns wide--barely enough space for the horizontal scrolling widget. The size controls provided have no effect. IMHO, that makes the ZMI unusable. Any bug that makes Zope unusable probably deserves a "critical" categorization. BTW, Mozilla allows resizing of the ZMI edit window. This is a new problem, encountered when upgrading from Zope 2.5.1 to Zope 2.6.1. On Tue, 17 Jun 2003, Jamie Heilman wrote:
Dennis Allison wrote:
With 2.6.1 and Opera 6.02 the window resize is broken. I filed a bug report on the collector, but a quick fix would be nice. The quick load time of opera makes it a nicer development environment that Mozilla.
If opera behaves anything like mozilla then the cols attribute of the textarea is ignored when the inline style dictates the displayed width (hardcoded to 100% in several cases). If you want to change that you can remove the inline style from the following files: lib/python/OFS/dtml/fileEdit.dtml lib/python/Products/PageTemplates/www/ptEdit.zpt lib/python/Products/PythonScripts/www/pyScriptEdit.dtml lib/python/Products/SiteAccess/www/manage_edit.dtml lib/python/Products/ZReST/dtml/manage_editForm.dtml lib/python/Products/ZSQLMethods/dtml/edit.dtml lib/python/Products/ZSQLMethods/dtml/add.dtml lib/python/Shared/DC/ZRDB/dtml/connectionTestForm.dtml
This hardly classifies as a critical bug though.
participants (2)
-
Dennis Allison -
Jamie Heilman