Closed (fixed)
Project:
Theme developer
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2009 at 16:25 UTC
Updated:
28 Jan 2011 at 16:50 UTC
When using complex layouts with panels, views and cck all installed the candidate function names can become so large that the whole themer information panel is larger than the available window height. Because the panel does not scroll, the krumo part will not be visible and usable.
Assing the following CSS to devel_themer.css will fix it for all sane browsers:
#themer-popup dd.candidates {
max-height: 10em;
overflow: auto;
}
Comments
Comment #1
jadwigo commentedstill applies
Comment #2
moshe weitzman commentedComment #3
JeremyFrench commentedmarked #975878: Resizable popup? as a duplicate of this, I think re-sizable may be better than scroll bars.
Comment #4
JeremyFrench commentedCommited for 7.x Here.