-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Object styles are only visible when selecting whole element #862
Comments
Bug has appear after #646. |
It seems that restoring previous functionality shouldn't be so hard. There would be analysed only start of selection what should be the same what we have in previous versions. But still entire menu seems to be a little bit buggy. <p>Li[st</p>
<ul>
<li>One</li>
<li>T]wo</li>
<li>Three</li>
</ul>
<p>New paragraph.</p> In case of selection like below, square option will appear but pressing it won't apply it to the element: <p>List</p>
<ul>
<li>One</li>
<li>T[wo</li>
<li>Three</li>
</ul>
<p>New ]paragraph.</p> Squares also won't be applied in case of such situation: <ul>
<li>O[ne</li>
</ul>
<ul>
<li>Tw]o</li>
</ul> Fixing those cases would require much more work on it. |
[#862] Fix for square bulleted list bug
This bug was reported twice against Drupal 8.4, which was released a week ago. See https://www.drupal.org/node/2911749. We'd appreciate it if this could be fixed in a 4.7.x release, rather than having to wait for a 4.8.x release. |
Please get this fix out as soon as humanly possible - I'd say it's a critical bug, and it's causing problems for many of my users. |
@wimleers sorry that you guys had to wait for it till, 4.8.0 - unfortunately we were unable to get it in earlier. @jonnott it's already merged to the major branch and waiting to be released. You can preview it in our nightly demos. 4.8.0 is scheduled at Dec 5th. |
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
Expected result
Square Bulleted List styles should be available in styles dropdown.
Actual result
Square Bulleted List styles is not visible in styles dropdown.
It only appears when whole
ul
element is selected (can be done with element's path at the moment).Other details
The same thing is happening for tables so Object styles are affected in general.
The text was updated successfully, but these errors were encountered: