Various Bugs and Enhancement Requests

Home Forums Modern DFFS Various Bugs and Enhancement Requests

Viewing 2 reply threads
  • Author
    Posts
    • #38125
      Travis Goodman
      Participant

        Hey Alexander! First off, I’m devastated lol. I had a huge list of bugs and enhancements in a file for you and I don’t know what happened but the company pushed an update to my machine and it wiped the location that file was stored. I haven’t been able to recover it. So, the below list is only a partial list of the bugs and enhancement requests I have identified so far within modern DFFS. I understand some of this stuff is probably complex and will take time or just not a priority, so no worries. Just want to put it out there 🙂

        — When tab bar is locked you can see the form behind it and the little gray bottom border bar overlaps that content. I think the enter tab row should have a solid white background to look better.

        — Can “is empty” and “is not empty” be added to the rule conditions, especially for date and people fields?

        — Can the “yes” or “no” sections have nested conditions? For example, say I have a rule that says if x is equal to y. Let’s just say that results to true. Now, let’s say I have a scenario where I want to check another condition in both the true and false sections, because that will determine what I do next. Can we have a condition nested here, or what do you recommend? Of course, I could just create additional rules that key off the parent, but it’d be cool if they could nest. Let me know if you need more clarification on this. It might be too complex.

        — Having a random issue that I cannot track down with vLookup. I’ll build the table, then build the add new form with prefills. If i edit the table, sometimes it totally messes up the add new form prefills. It’ll like remove fields I set, I don’t get it. It seems to happen if I remove fields in the “build the table” section and save and go back in and now the prefill fields tab has totally different fields than what I originally had in there.

        — Having an issue with grid form where say I set a form row with multiple columns. Let’s say 3 columns. Column 1 I go with 6, column 2 will be set to 4 and column 3 I set to 2. If I put a field in column 3 that is somewhat wide, then in the form editor those 3 columns aren’t appearing side by side like they should. They do when I preview the form, it looks fine there, but in the column editor for some reason it’s wrapping, and I’ll find column 3 below columns 1 and 2. It’s not a big deal, it’s just cosmetic.

        — Is inline editing possible to be added to a vlookup table?

        —Can you have it to where we can add a class similar to how you have JS customizer function name references. This would be both for normal fields and for vLookup. That way I can add CSS to the class, easier than doing CSS via JS.

      • #38131
        Alexander Bautz
        Keymaster

          Thanks for the feedback.

          I’ll fix the background color on the sticky tabs in the next release, but in the meantime you can fix it by adding this custom css:

          .pivotSticky_SUFFIX > div[role='tablist']{
            background-color: #ffffff;
          }
          

          I’ll add the “Is empty” and “Is not empty” triggers in the next version.

          You can use nested conditions in the main trigger conditions, but I think adding the nesting of conditions inside the “if yes” and “if no” sections will be a bit to complex so you will have to add more rules to handle the different “sub conditions”.

          I looked into the “random issue” with the vLookup comfig earlier (I think it was you that mentioned it), but could unfortunately not reproduce it. Did you copy / import the vLookup config or did you create it from scratch?

          The grid issue is related to the “row” being rendered using display:flex. It has a default “wrap to new line” if the outer container cannot fit the contents. Can you email me some screenshots so I can look into it and see if it is a bug?

          Inline editing in vLookup is unfortunately a bug job to implement so I don’t have time for that at the moment.

          Can you give me some more information about adding the class to the fields? – do you mean like adding a classname in the “container styling” property of a field?

          Alexander

        • #38168
          Travis Goodman
          Participant

            Hey Alex thanks for doing what you can with these, I know a few of them were going to be big and likely long term, if at all so no worries!

            <i>Can you give me some more information about adding the class to the fields? – do you mean like adding a classname in the “container styling” property of a field?</i>

            Yeah so basically I want to be able to put in a classname that might help me style those fields easier. The more I think about it though, maybe it won’t. You can disregard this.

            However, I do want to call out a couple things with vLookup. I’d like the ability to easily control width of fields in the “build the table” section. I have some fields, mainly when it’s multiline text, it will take up a ton of space and leave the other columns squished in the table.

            Also, number fields are causing an issue. I have number fields in the vLookup that are whole numbers but displaying with a decimal with many numbers behind it. Like 7.999999999999 or something crazy.

            Lastly, can we get some basic formatting options for some fields that can be configured in the properties to save time from having to code for it in JS? Having “no-wrap” comes to mind, and also this is a big one — date formatting. Can we have various default options to choose for how to format dates. Long Date, Short Date, Date and Time, Date Only, Time Only, etc.

            Just throwing out ideas, appreciate all your work!

            Also, I’ll be emailing you soon about that other thing we’ve discussed. I need to send you a tip soon too, it’s been awhile buddy!

            • #38169
              Alexander Bautz
              Keymaster

                Thanks for your donation.

                You can set the width for example in percent using the “Style” textarea of the field setup in the vLookup config. For example like this:

                width:20%
                

                I’m not able to recreate the decimal issue on number fields. Have you specified the number of decimals in the list settings in the list you are pulling the values from?

                Regarding the styling: There are unlimited possibilities so it’s hard for me to think of what could be useful. Can you give me some examples of what you think of here? – no-wrap on the field label, or when you use side-by-side with multiple fields?

                Best regards,
                Alexander

          Viewing 2 reply threads
          • You must be logged in to reply to this topic.