I have been searching
I am able to enable panels, mini-panels, and place blocks
I click add content
I select a block
I click "Override Title"
I cannot enter text into the text widget

Comments

algazaras’s picture

I have the same problem. I can't use the Override title option, I check it but can't enter any text in the field.

SocialNicheGuru’s picture

I think it had something to do with old panopoly version that I was using

letapjar’s picture

I see the bug too.

I'm not using panoply so the bug is elsewhere in the panels code

capellic’s picture

Are you sure there isn't an invisible container over the field preventing you from editing the field?

benclemson’s picture

Version: 7.x-3.x-dev » 7.x-3.3

I am also having this problem. I cannot enter any text in a pane's Override title field for any of my panels. This is also the case when I create a new panel or mini panel and try and add a pane with a custom title. When I look at the form code in Firebug I see the following code:

<div class="option-text-aligner clearfix">
     <div class="form-item form-type-checkbox form-item-override-title">
          <input id="override-title-checkbox" class="form-checkbox" type="checkbox" value="1" name="override_title">
          <label class="option expanded-options" for="override-title-checkbox">Override title </label>
     </div>
     <div class="form-item form-type-textfield form-item-override-title-text" disabled="disabled">
          <input id="override-title-textfield" class="form-text" type="text" maxlength="128" size="35" value="" name="override_title_text" disabled="disabled">
     </div>
</div>

I presume the issue is with the disabled="disabled" bit, but I have no idea where this setting might be. Any ideas?

merlinofchaos’s picture

Are you using jquery update? The dependent code that runs that checkbox is known to not be compatible with jquery 1.8, I believe.

benclemson’s picture

Thanks Merlin - I was using jQuery Update, set to Version 1.7. Version 1.8 also failed, however Version 1.5 tested OK.

dimon00’s picture

Same problem here.
Using jquery update (1.7).

Any workaround?

sajt’s picture

Issue summary: View changes

I using Chrome inspector and deleting the disabled attribute of the inout element.

DarkteK’s picture

Is there any solution for this? I can't override the title unless I change it manually using some debugger ....

rodpal’s picture

you can override the page.tpl.php