Bug in "Drag and drop text" (with Drupal)
Submitted by jeanpaulbouvet on Wed, 02/25/2015 - 15:20
Forums:
First, thank you for great job.
Isn't it strange that in "Drag and drop text" content, when after a try (with error), you attempt a retry (by pressing the retry button), all the words to drag are sorted in the inverse order of the questions boxes one (an example at http://46.105.122.146/drupal/?q=content/test-drag-drop-text). See picture below *.
Incidentally, why are there these two notices when the user is disconected :
- Notice : Undefined property: stdClass::$name dans h5p_add_core_assets() (ligne 684 dans/home/test/drupal/sites/all/modules/h5p/h5p.module).
- Notice : Undefined property: stdClass::$mail dans h5p_add_core_assets() (ligne 685 dans/home/test/drupal/sites/all/modules/h5p/h5p.module).
Thank you
* After a retry
falcon
Thu, 02/26/2015 - 13:03
Permalink
We're aware of the notices
chpappis
Mon, 04/27/2015 - 13:18
Permalink
Has this been fixed in the
Has this been fixed in the latest April release?
DragadnDrop 1.0.13 hasn't gotten an upgrade if I'm not mistaken
falcon
Thu, 04/30/2015 - 13:16
Permalink
The notice was fixed. The
chpappis
Fri, 05/08/2015 - 09:32
Permalink
I have altered drag-text.js
I have altered drag-text.js and added <code>self.addDraggablesRandomly(self.$draggables);</code> to line 213 and it seems to be working correctly now.
falcon
Fri, 05/08/2015 - 13:02
Permalink
Super, would you mind adding
chpappis
Tue, 05/12/2015 - 08:35
Permalink
OK done
OK done
falcon
Tue, 05/12/2015 - 13:02
Permalink
Thanks! Have made an issue