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

jadwigo’s picture

Version: 6.x-1.14 » 6.x-1.15

still applies

moshe weitzman’s picture

Project: Devel » Theme developer
Version: 6.x-1.15 » 6.x-1.x-dev
Component: devel_themer » Code
JeremyFrench’s picture

marked #975878: Resizable popup? as a duplicate of this, I think re-sizable may be better than scroll bars.

JeremyFrench’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Active » Fixed

Commited for 7.x Here.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.