-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.0][bugfix] Fix Figure misbehaviour in tinyMCE #36221
Conversation
I have tested this item ✅ successfully on c54a3fe This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36221.</sub |
@dgrammatiko nice and simple. If I could make a user request might be handy to have a.. switch(?)... to move caption before/after image. |
Do you mean something like: <!-- before -->
<figure>
<figcaption>
<img ... >
</figure>
<!-- after -->
<figure>
<img ... >
<figcaption>
</figure> TBH I had to check MDN as I had the impression that |
I have tested this item ✅ successfully on c54a3fe This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36221. |
I have tested this item 🔴 unsuccessfully on c54a3fe This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36221. |
@brianteeman what failed here? |
oops sorry I meant to change it to untested |
I have not tested this item. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36221. |
tested correctly now This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36221. |
I have tested this item ✅ successfully on c54a3fe This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36221. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36221. |
ty, thats exactly what I meant. I appreciate you doing the extra effort |
Thanks |
Pull Request for Issue, sorry couldn't found the one...
Summary of Changes
image
to thefigure
element as tinyMCE expects that to enable the editing of thefigcaption
textTesting Instructions
This Pr needs NPM
Actual result BEFORE applying this Pull Request
Editing a figure element is kinda broken
Expected result AFTER applying this Pull Request
Editing a figure element is easier
Documentation Changes Required
No
@brianteeman @N6REJ