The tooltip for the textarea is processed. However when using wysiwyg such as CKEditor, the textarea is masked hence the tooltip will not work.

Is there a way to make it works or a way to disable tooltip for particular field, in this case the textarea?

Comments

markhalliwell’s picture

Title: Textarea tooltip when using CKEditor » Textarea description/tooltip doesn't work when using CKEditor
Version: 7.x-3.x-dev » 8.x-3.x-dev
Component: User interface » Code
Category: Support request » Bug report

This was an issue in 8.x as well. I thought there was an existing issue for this, but cannot seem to find it at the moment.

Regardless, this sounds like an issue with the smart form descriptions that simply need to excluded the text_format element type.

markhalliwell’s picture

Ah, found it, it was a newer 7.x issue instead.

markhalliwell’s picture

So I'm thinking that we can do something similar in this related issue and just apply the tooltip to the #wrapper_attributes for the element than the element itself.

markhalliwell’s picture

Version: 8.x-3.x-dev » 7.x-3.x-dev
Issue tags: -Needs backport to D7

This actually isn't an issue in 8.x-3.x. It doesn't get a tooltip because it doesn't have #input set. I think we should follow suit and just exclude text_format from matching the smart description logic.

  • markcarver committed 8c69b13 on 7.x-3.x
    Issue #2478339 by markcarver, ckng: Textarea description/tooltip doesn't...
markhalliwell’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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