Mark Reeves

Results 14 comments of Mark Reeves

I've worked around this by setting up a `click` handler for `$('.ui-slider-label')`, that calls the same function I'm calling on `slidestop`, passing in the slider's value instead of using `ui.value`....

Was there a solution for this? I'm running into the same error trying to get a Craft 3 install updated to the latest version before Craft 4.

@brandonkelly - Thanks! This was a weird one as I took an existing codebase I use for plugin development and did an install on a clean database, but I also...

Just adding that I was confused by this today, too, after setting a limit of 1 on a category field and seeing the button still enabled after 1 category was...

I do have `categories.editor` installed as well.

Django 1.6 includes jQuery 1.9.1 in the admin. It looks like treeTable.js needs to be updated in django-categories to be compatible. I'm currently working on trying to get jQueryMigrate included.

I've overridden `change_list.html` to try jQueryMigrate or specify jQuery 1.8.3 to no avail. Something in treeTable.js just isn't enhancing the table. I can force expanded view within the `tree_editor.html` template...

This was purely an issue with how treeTable.js and treeTable.css are working. Specifically, line 427 of treeTable.js needed the negative `margin-left` inline style removed. I then tweaked column & `.expanded`...

Came here to post this, too. It breaks down if there's a `` tag in the the file. Any chance of getting this looked at? Thanks!

@thisisjamessmith Might be this, too: https://github.com/Anomareh/PHP-Twig.tmbundle/issues/55