Closed (fixed)
Project:
Bootstrap
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2015 at 02:47 UTC
Updated:
17 Aug 2016 at 03:54 UTC
Jump to comment: Most recent
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
Comment #1
markhalliwellThis 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_formatelement type.Comment #2
markhalliwellAh, found it, it was a newer 7.x issue instead.
Comment #3
markhalliwellSo I'm thinking that we can do something similar in this related issue and just apply the tooltip to the
#wrapper_attributesfor the element than the element itself.Comment #4
markhalliwellThis actually isn't an issue in 8.x-3.x. It doesn't get a tooltip because it doesn't have
#inputset. I think we should follow suit and just excludetext_formatfrom matching the smart description logic.Comment #6
markhalliwell