• It seams that the plugin sets cursor: move; on the posts list as if it would be possible to drag and drop posts.

    #the-list {
    cursor: move;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • sorry

    Plugin Author Chad Butler

    (@cbutlerjr)

    Hmmm… Yes, it is doing that.

    I suspect that it being that way on the posts list is an unintended result of some changes in the CSS that is loaded.

    That particular identifier was specifically for the fields table in the plugin’s Fields tab, as drag-and-drop is the method of changing the field order. That screen uses WP’s list table object class to build the table, which of course is the same as every other instance.

    Over time, as the plugin has various elements hooked into various screens (such as adding columns to the posts screen), that initial CSS has been built upon and loaded on the necessary screens.

    I hadn’t noticed the cursor change on the posts page, but now that you point it out, it’s relatively annoying to me.

    For now, since a big update just went out, I would say if it annoys you like it does me, then go ahead and edit the plugin’s admin CSS file (keeping in mind that it loads the minified file unless you have WP’s SCRIPT_DEBUG set to true).

    A manual change will be OK because I will change this in the development environment for whatever the next release is. I will most likely take the non-WP-members specific items out of that CSS file and load them directly where they are used (such as loading table specific CSS in the WP-Members Fields tab). Too early for me to say exactly what the end version might be, but that’s my initial thought. The “for sure” thing is that it WILL change in the next release.

    Thanks for pointing this issue out.

    Thread Starter jpegtobbe

    (@jpegtobbe)

    /wp-content/plugins/wp-members/assets/css/admin.min.css?ver=3.4.0
    Line 34

    That is applied to the list on the posts page that makes you think you can drag and drop rows.

    Thread Starter jpegtobbe

    (@jpegtobbe)

    Ah great! In this case i had to install a sort order plugin anyway so now the user can sort the post list by drag and drop. So the bug isnt that a big problem for now.

    Thanks.

    Plugin Author Chad Butler

    (@cbutlerjr)

    So the bug isnt that a big problem for now.

    Glad to hear that ??

    Yes, you can count on this being addressed in whatever the next release ends up being (whether it’s a minor bug fix related to the current major upgrade, or the next cleanup release). I’ve already applied it will commit it to the dev git repo today.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Move cursor in post list’ is closed to new replies.