You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moodle 2.7.2 build 20141002 / ForumNG version: latest master
Theme based on clean / bootstrapbase
The editing box is partially hidden when replying to a forumNG post inline from an iOS or Android device.
This all seems to be based on the user-agent as desktop browser versions with a desktop UA displays correctly, whereas desktop browser versions with a Mobile UA get the issue. See attached screenshots.
desktop safari with iphone user agent
desktop safari
Can this be fixed in the plugin or does it need to be fixed in the renderers of Moodle core?
The text was updated successfully, but these errors were encountered:
I think the main issue here is that because we don't run a bootstrap theme there are probably going to be problems when viewing in small windows or on small devices, especially as there are some javascript hacks implemented to make forumng work on mobile OS in the old themes.
I'll have a look, there may be something that you can put in your theme to fix it or it may be more terminal!
Unfortunately we don't have any schedule for moving to bootstrap, so this type of problem is going to keep cropping up until we do.
Screenshots are for phone size in portrait mode, seems to be ok in landscape.
Seems ok on the iPad in portrait size so I'm guessing most tablets (maybe not the phablets) should be ok.
Figured we might have to fix it in our themes for the time being but it also occurred in clean which is the new default with Moodle HQ having removed all other themes from core. So most using this plugin will likely be affected as most institutions are making / have already made the switch.
Moodle 2.7.2 build 20141002 / ForumNG version: latest master
Theme based on clean / bootstrapbase
The editing box is partially hidden when replying to a forumNG post inline from an iOS or Android device.
This all seems to be based on the user-agent as desktop browser versions with a desktop UA displays correctly, whereas desktop browser versions with a Mobile UA get the issue. See attached screenshots.
desktop safari with iphone user agent
desktop safari
Can this be fixed in the plugin or does it need to be fixed in the renderers of Moodle core?
The text was updated successfully, but these errors were encountered: