Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cdets

    (@cdets)

    Clearing the browser cache seems to have fixed it for the wordpress themes. Unfortunately it seems when I add our custom theme it comes back, so it looks like something that was cached from our theme was what was causing this. Appreciate your help, and good luck with the 6.1 release.

    Thread Starter cdets

    (@cdets)

    For this last one I downloaded RC5, ran the installation for a fresh site, clicked add new page so it is a completely new page on a new install, with no plugins.

    As for step by step I will outline below.

    1. Create new page
    2. Type /list where it says “Type / to choose a block”,
    3. Hit enter when it autoselects the List block
    4. Type in First
    5. Hit enter to see if it creates a new list item, nothing happens, it looks like this causes the toolbar to go away and no new list item is created.
    6. Click the + icon to create a subitem
    7. Attempt to outdent the sublist, by clicking the outdent button in the toolbar, to make another list item, nothing happens.

    There are no errors going to the browser console and I checked my php-error log and nothing is occurring when this happens either. If there is anywhere else that might be help to diagnose let me know.

    • This reply was modified 1 year, 11 months ago by cdets.
    Thread Starter cdets

    (@cdets)

    I was on RC3, but have since downloaded and tested on RC5. Did a fresh install and didnt install any plugins, still getting the same issue. Cant create a second list item and cant outdent a nested list item.

    <li>First</li>

    <li>Second<!-- wp:list -->
    <ul><!-- wp:list-item -->
    <li>Sub 1<!-- wp:list -->
    <ul><!-- wp:list-item -->
    <li></li>
    <!-- /wp:list-item --></ul>
    <!-- /wp:list --></li>
    <!-- /wp:list-item --></ul>
    <!-- /wp:list --><!-- wp:list -->
    <ul><!-- wp:list-item -->
    <li>Sub 1<!-- wp:list -->
    <ul><!-- wp:list-item -->
    <li></li>
    <!-- /wp:list-item --></ul>
    <!-- /wp:list --></li>
    <!-- /wp:list-item --></ul>
    <!-- /wp:list --></li>
    Thread Starter cdets

    (@cdets)

    So I can do up to step 3 with no issue, but hitting enter does nothing. In order to create another list item at that level I can only do it by creating another list similar to how I created it in the below image. The only other option while in the list is to create a block inside which will let me create a nested list like “sub1.” Additionally the outdent does not function it wont let me make the sub1 outdent to create another list item.

    List View

Viewing 4 replies - 1 through 4 (of 4 total)