I'd like to make expand the size of the textarea displayed within the "Configure new New custom content" modal window. I tried editing the CSS fo CTools, Panels, and my own theme style sheet but wasn't able to adjust the width and height.

Comments

merlinofchaos’s picture

Status: Active » Fixed

It should just be draggable. It is on mine.

ianchan’s picture

I'm not getting the resize handle. I found that the textarea in my display does not have the class "resizeable" and it's not wrapped with the the resizable-textarea div. The width of the textarea is only about 400px. However, other Panels textareas that do not appear in modals, such as Administrative description," do display as resizeable.

Here are the CSS wrappers to are showing for the modal display.

html .js
    body . admin-build-pages-nojs-operation-page_Research_Portal-handlers-page_Research_Portal_panel_context-content admin-build-pages-nojs-operation-page_Research_Portal-handlers-page_Research_Portal_panel_context admin-build-pages-nojs-operation-page_Research_Portal-handlers admin-build-pages-nojs-operation-page_Research_Portal admin-build-pages-nojs-operation admin-build-pages-nojs admin-build-pages admin-build admin tableHeader-processed

    div #modalContent

    div .ctools-modal-content

    div #modal-content .modal-content

    form #ctools-custom-content-type-edit-form .ctools-use-modal-processed

    div

    div #edit-body-wrapper .form-item

merlinofchaos’s picture

I am unable to duplicate this behavior. Perhaps it is related to your theme?

Status: Fixed » Closed (fixed)

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

Christoph Schmidt’s picture

I had the same problem. The solution for me was to add the following js files: misc/autocomplete.js, misc/textarea.js, misc/collapse.js

ianchan’s picture

Thanks for posting the follow-up. Could you share your process for adding those files? Thanks!