Jonathan Stamper

Forum Replies Created

Viewing 10 posts - 76 through 85 (of 85 total)
  • Author
    Posts
  • in reply to: Clicking a tab multiple times stretches header #33752
    Jonathan Stamper
    Participant

    Quick update – had a team member test for me…
    It still occurs when there is one auto populates read-only text field on the same SBS index or SBS index below the autocomplete field but it does not happen when text field is not put in any SBS index.

    in reply to: Clicking a tab multiple times stretches header #33749
    Jonathan Stamper
    Participant

    I’m away from my computer this week, but I found what’s triggering it. I have an auto complete field (single value) that populates 4 additional text fields. Removing all 5 fields or collapsing the section stops it from stretching. When I add the autocomplete field back it’s also fine. If I add back 2 or more of the text fields that auto populate from the autocomplete choice the stretch problem returns.

    The {author} issue with the “,,” is in HTML I added above the tabs similar to the following:

    <div class=“tableDiv”>
      <table class=“tableDetails”>
       <tr>
        <td><span class=“styleFont”>Created By: </span>{author}</td>
       </tr>
      </table>
     </div>

    Hopefully that helps and I can try and send some screenshots when I get back.

    in reply to: Clicking a tab multiple times stretches header #33737
    Jonathan Stamper
    Participant

    It’s version DFFS v4.4.5.24.

    I’m only seeing it occur on one tab and it’s also the only tab with auto-complete fields (2 in total). The auto-complete fields are not wrapped in a document ready function.

    Oh I’m also noticing too that {author} usage puts 2 commas in the name such as Smith,, John. I used JS replace to fix it on load.

    in reply to: Clicking a tab multiple times stretches header #33735
    Jonathan Stamper
    Participant

    It’s version DFFS v4.4.5.24.

    I’m only seeing it occur on one tab and it’s also the only tab with auto-complete fields (2 in total). The auto-complete fields are not wrapped in a document ready function.

    Jonathan Stamper
    Participant

    Got it that’s right, the Misc Tab. Speaking of that I thought there was an option to hide detail/descriptor info on fields? I ended up hiding them in css so no issues there.

    That makes sense with the css elements in your example. I overlooked the anchor tag and thought the current tab styling was being done at just the tabBase class level. I’m still re-learning css after years of not using it.

    I greatly appreciate it, thank you for all the help!

    Jonathan Stamper
    Participant

    2 more questions if you don’t mind me asking:

    Is there a way to include html above the tabs or should I use the script/content editor webpart for it?

    Tab css customizations can be done in the Tab Name section but if I wanted to do it in custom css do I reference the tabBase class?

    Jonathan Stamper
    Participant

    I had a feeling so I modified it exactly as you mentioned and went with the side by side approach. Also thank you so much for the styling, that is super clean compared to my “hack-n-slash.”

    Jonathan Stamper
    Participant

    Apologies I didn’t submit image

    Jonathan Stamper
    Participant

    Sure! Thank you for your response. This is a dummy version of what I’m looking to recreate. You can see the dummy date fields are bunched up on the right side like it’s multiple cells merged into one. That’s the part I’m trying to figure out how to set up.

    Jonathan Stamper
    Participant

    Thank you so much! That definitely helped!

Viewing 10 posts - 76 through 85 (of 85 total)