Twitter feed only partially displays in "Column" content type in Moodle

When using Moodle (version 3.1.5) and the latest H5P plugin for Moodle (version 1.0, build 2017031300), we experience a display problem when adding a Twitter Using Feed component to a "Column" main content activity. The problem is that when the Twitter content is loaded and displayed, it shifts further content down (as expected), but without expanding its parent container. Thus the subsequent items (if any) are shifted out of visibility.

More details :

  • platform used : Moodle 3.1.5 with H5P plugin version 1.0 (build 2017031300)
  • browsers tested : (desktop) Safari 10, Chrome 57, Firefox 52
  • H5P Column 1.4.0
  • H5P Twitter User Feed 1.0.7

To reproduce :

  1. create an H5P activity in Moodle
  2. chose "Column" editor
  3. add text content
  4. add Twitter feed content
  5. add text content
  6. save and display
  7. note that before the Twitter User feed loads, both texts and the Twitter link are visible
  8. note that once the Twitter feed has loaded, the second text content has been shifted out of view
  9. note also that the entire Twitter feed is not displayed
icc's picture

Thank you for the detailed issue report. I've created an issue in the H5P JIRA where the progress of the fix can be tracked: HFP-850

otacke's picture

I took the liberty to add the appropriate event trigger to h5p-twitter-user-feed and the listener to h5p-column. I didn't file an issue for the pull requests first, because I followed the suggestion in H5P JIRA.

icc's picture

Great!