[ZCM] [ZC] 1346/ 1 Request "Screen overrun when "auto" scrolling
manage_main frame"
Collector: Zope Bugs, Features,
and Patches ...
zope-coders-admin at zope.org
Fri May 21 13:20:34 EDT 2004
Issue #1346 Update (Request) "Screen overrun when "auto" scrolling manage_main frame"
Status Pending, Zope/bug+solution low
To followup, visit:
http://zope.org/Collectors/Zope/1346
==============================================================
= Request - Entry #1 by bgpete on May 21, 2004 1:20 pm
Uploaded: "manage.dtml"
- http://zope.org/Collectors/Zope/1346/manage.dtml/view
In lib\python\App\dtml\manage.dtml
<frame src="&dtml-URL1;/manage_workspace" name="manage_main"
marginwidth="2" marginheight="2" scrolling="auto"/>
this causes the page to overflow when auto scrolling engages. Change to:
<frame src="&dtml-URL1;/manage_workspace" name="manage_main"
marginwidth="2" marginheight="2" scrolling="yes"/>
this makes the scrollbar "space" visible at all times, but when the page scrolls there is no overflow.
==============================================================
More information about the Zope-Collector-Monitor
mailing list