Problem/Motivation
It's a bit hard to insert text in that small content box. Also the client needs to know HTML to insert a break line for example.
Proposed resolution
It would be great if the content box could be a textarea instead of an input. I think it would be more user friendly.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | After patch.png | 26.71 KB | anjuelsaphilip2020 |
| #6 | Befor patch.png | 28.25 KB | anjuelsaphilip2020 |
| #5 | change-content-imput-box-textarea-hide-title-3544595.patch | 35.55 KB | farnoosh |
| #4 | change-content-imput-box-textarea-3544595.patch | 33.27 KB | farnoosh |
| tooltip.png | 4.54 KB | tiagoz |
Issue fork ckeditor_tooltips-3544595
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
joco_sp commentedComment #4
farnoosh commentedPlease test, I made the text area to use https://ckeditor.com/docs/ckeditor5/latest/api/module_ui_labeledfield_ut...
Comment #5
farnoosh commentedAnother patch to hide the title field + wider textarea for content
Comment #6
anjuelsaphilip2020 commentedHi, I've verified and tested the patch from issue #3544595 on the CKEditor Tooltips 1.0.1 latest version. The changes are working as expected.
Following the steps I followed:
Test Result:
After applying the patch, the content field correctly appears as a multi-line text area, allowing proper line breaks with the Enter key. The title field is successfully hidden, and tooltip creation and saving continue to function normally. Overall, the updated UI is more user-friendly and works exactly as intended.
Attaching the screenshot for reference.
Thanks
Comment #8
joco_sp commentedThank you for your time and effort. Also in my opinion this is a good feature. I added it to the 1.0.x-dev version and will be available in the next release.
I left the title field to not open backporting issues.
Comment #9
joco_sp commented