Workflow and ServiceDesk Community

  • 1.  Unwanted resizable muti line text boxes in a custom theme.

    Posted Jan 10, 2013 04:54 PM

    I have no idea why my multi line text boxes are resizable and I don't want the users to be able to resize them. I know this has something to do with the fact that I'm using a custom theme in my workflow, but I can't figure out how to fix this. Plese help me!



  • 2.  RE: Unwanted resizable muti line text boxes in a custom theme.
    Best Answer

    Posted Jan 11, 2013 07:13 AM

    Unsure what version of Workflow you're on, but this has been addressed in a previous task:

    2788594 Multiline textbox can be resized during runtime in Firefox 12

    I know for a fact this will be fixed in 7.5 (it should be fixed now in the 7.5 release that went out with SD as well, was fixed in the May timeframe)



  • 3.  RE: Unwanted resizable muti line text boxes in a custom theme.

    Posted Jan 11, 2013 08:50 AM

    OK, I'll just update it. Thank you.



  • 4.  RE: Unwanted resizable muti line text boxes in a custom theme.

    Posted Jan 11, 2013 08:56 AM

    In case you're interested, the fix was adding some code in our FormBuilder "engine" to add some Firefox specific HTML tags that "block" the ability to resize the textbox in the browser.

    -moz-resize="none"
    resize="none"

    I think this problem was specific to the Firefox (and possibly Chrome) browser; I don't believe IE was affected.



  • 5.  RE: Unwanted resizable muti line text boxes in a custom theme.

    Posted Jan 17, 2013 04:15 PM

    Oh cool. Thank you reecardo.