-
Notifications
You must be signed in to change notification settings - Fork 11
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
Random spacing issues and error messages in Renderer #438
Comments
@huip-ims can you please provide the markdown you are testing with? |
@anthonypetersen Tony - attached is the Spanish Module 2 markdown in testing. |
@danielruss @anthonypetersen Daniel - We're using Chrome as well. In your screenshot, although the selection buttons on each row are aligned, the column headers are overwriting each other. In ours, the column headers display correctly, but the selection buttons are not. |
@JoeArmani I cannot exactly reproduce this error. I want to say this is related to the table view. Have you seen any cases where this happens. Maybe we could add some CSS that centers the text vertically in a TD (if there is not a center-vertically, look into margin-top: auto; margin-bottom: auto. Also, quest uses bootstrap, so we use bootstrap table https://getbootstrap.com/docs/5.0/content/tables/#vertical-alignment let me know what you think. |
@danielruss I agree; it's related to the table view. I have not seen the misaligned vertical spacing, but Aileen and I found an issue with the rendering of this Module 2 table yesterday (this same 11-column table). The click targets aren't all accessible on a narrower screen for a screen reader, either. I'm actively looking into this. |
Let me know if you any help from me. |
Hi @danielruss, I have a PR in to address:
I'm unclear on the errors in the renderer. Here's what I found: Just FYI, I’m OOO on a site visit today but I’ll be back tomorrow. |
evaluateCondition handles runtime calculations that cannot be handled while parsing, because it may depend on values that are not yet entered. The line you are pointing to is an old fix to a problem where the answer to a question is the actual number 0. How many children do you have? 0. The zero is falsy and causes problems. This whole section of code needs to be re-written. Somewhere we started using data-* (think min/max) and we had a mix of data-* and just *. Massive confusion. The error you see in the dev panel is cause by not defining AGE. Go the the settings and in the "previousValues" add the following JSON:
|
The development tool does not know about Connect, so it does not get previous values from Firestore. You need to manually add the values. However, the previous results you added are stored in indexedDB, so you wont have to enter it again. (It's actually a mixed blessing). |
@anthonypetersen Hi Tony, We were testing the Module 2 Spanish markdown in the renderer on Friday and today, and we noticed some random spacing issues and error messages popping up.
In the first image below, you can see the following:
In the 2nd image below, it looks like grid row & column headers are now in bold. Also, in some grids, the selection buttons on each row are not aligned. Are these normal and recently added?
Currently, we cannot move forward with our markdown testing in the renderer until these issues are resolved. Could you please help us look into these issues in the renderer?
Thanks,
Pete
The text was updated successfully, but these errors were encountered: