-
Notifications
You must be signed in to change notification settings - Fork 8
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
noodle - inheritance not being handled right - needs documentation update for expln #619
Conversation
Signed-off-by: hanbollar <[email protected]>
Your Render PR Server URL is https://examples-mrjs-pr-619.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-cotamkmv3ddc73crbk00. |
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
@lobau @michaelthatsit let me know if you have any experience with delayed loading of libraries for handling in the html directly - i dont really want to force users to do an |
talked with @michaelthatsit and @lobau some things:
|
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
It seems to work ok if we have src for mrjs script in header and the class definition in the header this is because we are using mrfoo as an html element within the group and then defining it after - so all the asyncs we're doing for the scripts wont work because of the html tag predefinition. The What i find is interesting is that adding |
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Signed-off-by: hanbollar <[email protected]>
Solved!Starting Notes@lobau @michaelthatsit - it seems to work all fine if we have users define things in the header after the <script src=mrjs> tag - it seems the reason for the issue was:
The Causethat is, this is what was causing the issue
so the doing the The Fixto not require that, we just need to do the following to make sure the
|
going to close this as solved but not merging since this was to figure out why the problem is happening and what to recommend to users going foward - now the noodle is complete 🥳 |
Linking
Fixes #618
Problem
(see the rest in the issue description)
something is wrong with inheritance for user designated items
Solution
Quick explanation of change to be done
needs more noodling first
Breaking Change
If this is a breaking change describe the before and after and why the change was necessary
Notes
Notes and any associated research or links
Required to Merge
@lobau
@hanbollar