-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
olive-testing TC_AUTHOR_53: all text block types #208
Comments
Update 1: The component works in Studio perfectly. The issue happens only in LMS.
|
@ARMBouhali for me the zooming image tool is also not working in the LMS view. |
@dean The iframe is probably working as you have seen but the default xBlock iframe content is probably what's not loading consistently (sometimes loaded, most of the time not loading). |
@ARMBouhali the iFrame issue is displaying correctly for me (please see Studio and LMS view: |
@DeanJayMathew When I do duplicates of the same block, the iframe content randomly loads or not.
The
|
Great bug hunting!
If the issue is just appearing when duplicating the component, then this
issue is just cosmetic. Since course teams will edit the component with
their own image anyway it's not a showstopper neither is it a
#ReleaseBlocker.
What about doing Option 1 for Olive.1.
Then trying to do Option 2 or Option 3 (to be decided by way of BTR
consensus) for Olive.2 or incase of any delay we can do it for Palm.1
- 1. We agree that the block works regardless of the issue with the
iframe source.
- 2. We ask edx.org people if they can fix iframe options for
eulerLineDemo.html then retry after that.
- 3. We do an edx-platform PR to propose a different iframe source or to
provide a hosted version of the same eulerLineDemo.html.
Anyone else have any thoughts on this?
…On Wed, 7 Dec 2022, 15:24 Abderraouf Mehdi Bouhali, < ***@***.***> wrote:
@DeanJayMathew <https://github.com/DeanJayMathew> When I do duplicates of
the same block, the iframe content randomly loads or not.
What I think:
- Either there is a throttle rate on the iframe source from edx.org,
which makes it appear inconsistently.
- Or this error with HTTP iframe options is the source of the problem.
[image: image]
<https://user-images.githubusercontent.com/10594967/206124798-bd7da7b7-c53d-4f50-bb0a-18c96eada0f5.png>
The iframe is an old reliable HTTP concept we cannot blame, so there are
3 possibilities I see ahead:
- We agree that the block works regardless of the issue with the
iframe source.
- We ask edx.org people if they can fix iframe options for
eulerLineDemo.html then retry after that.
- We do an edx-platform PR to propose a different iframe source or to
provide a hosted version of the same eulerLineDemo.html.
—
Reply to this email directly, view it on GitHub
<#208 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACMGDW6O3QMVR27V7SMHFCTWMBCTLANCNFSM6AAAAAARNE7KVM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I updated the comment for zooming image tool above
This one is definitely not working. I don't think we can close the issue until it is solved. |
The zoom tool is not working in a devstack either. It is also unsupported upstream (note the warning at the top), and is not even listed in the HTML block documentation. I couldn't get it to work after tweaking the HTML a bit, either. I suspect the recent conversion from XModule to XBlock that affected the HTML block (among others) also changed the way they're rendered in the LMS, which would explain this. But it also means fixing it would be... complicated. We can open an issue upstream, but I very much doubt it'll ever get fixed except maybe by the removal of the template altogether. We have 3 options:
I vote for 1. Objections? |
@arbrandes Good to know the zooming image tool is not supported.
I'm in favor of applying this to both the zooming image tool and the iframe tool as it means fewer immediate changes and more time to either work on a fix or decide to drop off the list. Waiting for others to express what they think, before I update the checklist and close the issue (someone has to notify me of the consensus, of course) |
@arbrandes @ARMBouhali no objections from me. Back in 2014/15 when I first started using the Open edX® platform I thought the zooming image tool was fantastic. However, we've never used it in all these years. A use case has never come up for us. I still like the tool though. |
@pdpinch, we'll need to add a Known Issue in the Release Notes for the broken Zoom Tool. (The iframe tool seems to be fine for regular usage.) |
Created the upstream issue with an accompanying PR. The release notes author was informed above. We can close this. |
Passing tests:
The text was updated successfully, but these errors were encountered: