open-lms-open-source / moodle-theme_snap

GNU General Public License v3.0
79 stars 75 forks source link

Snap 3.6.3 Section text not saving #155

Closed gocchipinti closed 4 years ago

gocchipinti commented 5 years ago

HI all,

we are experiencing a technical issue with course sections; whenever I create a new section on a course two things happen: 1- a 150 appears there as default 2 - any text added to the 'Contents' section disappears after clicking on 'create section'

Once the section is created, the problem seems to disappear.

![snap issue](https://user-images.githubusercontent.com/55984766/65878876-f3fbd080-e386-11e9-8af4-4cecc8643960.png

This is proving annoying for staff that are reporting the problem, as they are losing work.

Thanks

andrewrowatt-masseyuni commented 5 years ago

I can confirm this issue on both our self-hosted Moodle and our OpenLMS sites. All are running 3.6.3 - 20190515xx.

andrewrowatt-masseyuni commented 4 years ago

@gocchipinti we developed a "fix" using CSS while we want for the issue to be resolved. Happy to share this.

gocchipinti commented 4 years ago

Hi Andrew, that would be extremely helpful. Thanks!

Get Outlook for iOShttps://aka.ms/o0ukef


From: Andrew Rowatt notifications@github.com Sent: Monday, November 18, 2019 2:27:18 AM To: blackboard-open-source/moodle-theme_snap moodle-theme_snap@noreply.github.com Cc: Giacomo Occhipinti Giacomo.Occhipinti@gsmd.ac.uk; Mention mention@noreply.github.com Subject: Re: [blackboard-open-source/moodle-theme_snap] Snap 3.6.3 Section text not saving (#155)

@gocchipintihttps://github.com/gocchipinti we developed a "fix" using CSS while we want for the issue to be resolved. Happy to share this.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/blackboard-open-source/moodle-theme_snap/issues/155?email_source=notifications&email_token=ANLEE7SDAQHNG4BNP7QZR2LQUH4QNA5CNFSM4I32I2FKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEI67ZY#issuecomment-554823655, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANLEE7W4UFGYCSD5ST2HAFTQUH4QNANCNFSM4I32I2FA.

andrewrowatt-masseyuni commented 4 years ago

@gocchipinti here it is: / Snap 3.6 (Moodle 3.7) bug workaround MU040 /

snap-add-new-section form div[class=form-group]:nth-of-type(2) {

display: none;

}

snap-add-new-section form div[class=form-group]:nth-of-type(1)::after {

content: "Due to a known issue with the Snap theme, section content cannot be added when creating a new section.  First create the section (using this screen) and then edit the section to add content.";

color: #856404; border: 1px solid #ffeeba; border-radius: .25rem; background-color: #fff3cd; display: block; padding: 1em; margin-top: 1em; }

image

dvdcastro commented 4 years ago

Hello,

Thanks for reporting.

We fixed this issue for Snap 3.7 in 5ae7c14.