Zum Hauptinhalt gehen

Word wrap properties in GE4.8.2 GV2.9.1 workflow display form is wonky

Kommentare

5 Kommentare

  • Permanently deleted user
    Hi Ken,

     

    This is a bug (GVH-16325) but it can be worked around using custom CSS.  I would recommend submitting a support ticket for it and we can help you add the custom CSS to correct it.  It's a bug so the time would be non-billable.

     

    If you are handy with adding custom CSS to the viewer this should fix it -

     

    .form-desc {

     

        word-break: break-word;

     

    }

     

    but it depends on what you are displaying in the form, it may not fix everything.

     

    Regards,

     

    Wayne Richard

     

    Latitude Geographics Group Ltd.

     

    Head Office: 300 – 1117 Wharf Street  Victoria, BC Canada V8W 1T7

     

    Tel: (250) 381-8130 | Fax: (250) 381-8132 | wrichard@latitudegeo.com 

     

    Developers of Geocortex web-based mapping software | www.geocortex.com

     

    An Esri Platinum Business Partner

     

     
    0
  • Carmen Durham
    Thanks, this solved the issue for me.  Not sure about Ken...

     

    Carmen
    0
  • Nico Burgerhart
    @Latitude, is there a fix date/release for GVH-16325?
    0
  • Permanently deleted user
    Hi Nico,

     

    The fix will be in 2.11, which is due to be released around the end of June.  The workaround is mentioned above and I also see the following CSS mentioned as a workaround :

     

    p.form-item { word-break: keep-all; }

     

    Regards,

     

    Wayne Richard

     

    Latitude Geographics Group Ltd.

     

    Head Office: 300 – 1117 Wharf Street  Victoria, BC Canada V8W 1T7

     

    Tel: (250) 381-8130 | Fax: (250) 381-8132 | wrichard@latitudegeo.com 

     

    Developers of Geocortex web-based mapping software | www.geocortex.com

     

    An Esri Platinum Business Partner

     

     
    0
  • Erik Engstrom
    Thanks for this! It helped me in a pop-up workflow I have.
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.