Skip to content

fixing sortable DOs when ClickToToggle is enabled#58

Merged
unclecheese merged 2 commits intounclecheese:masterfrom
dhensby:master
Feb 2, 2016
Merged

fixing sortable DOs when ClickToToggle is enabled#58
unclecheese merged 2 commits intounclecheese:masterfrom
dhensby:master

Conversation

@dhensby
Copy link
Copy Markdown
Contributor

@dhensby dhensby commented Jul 26, 2012

ClickToToggle allows the admins to toggle the selected state of a row by clicking the entire row of the DOM rather than just the checkbox or radio button.

This change broke drag and drop reordering because it added a class name to the <ul>. That classname has now been moved to the parent div and the JS adjusted for this change.

dhensby added 2 commits July 26, 2012 19:13
Moving the class 'click to toggle' to the parent of the UL, so JS change reflects that
At the moment, ClickToToggle being enabled breaks the drag and drop
reordoring due to some JS assumptions being made.

I've moved the class set on the ul up to the parent to solve this
problem
@dhensby
Copy link
Copy Markdown
Contributor Author

dhensby commented Aug 6, 2015

@unclecheese is this likely to be taken in or shall I close it off?

@dhensby
Copy link
Copy Markdown
Contributor Author

dhensby commented Feb 2, 2016

@unclecheese ?

unclecheese pushed a commit that referenced this pull request Feb 2, 2016
fixing sortable DOs when ClickToToggle is enabled
@unclecheese unclecheese merged commit 760119f into unclecheese:master Feb 2, 2016
@unclecheese
Copy link
Copy Markdown
Owner

Sorry, there was a period of time when the email I use for Github had no MX records, and I missed several dozen notifications.

In other news, how is this module still a thing? I'm so sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants