Skip to main content
12-Amethyst
January 5, 2026
Solved

Resizing Windchill text boxes - Users used to be able to do it dynamically in Chrome

  • January 5, 2026
  • 2 replies
  • 194 views
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.14

At one time, when using Chrome based browsers, it was possible for the user to resize the text boxes (text areas) in Windchill forms, such as Change Requests. There was a small icon in the lower right corner that could be grabbed to resize the visible text area. This does not seem to be possible anymore. Is this a bug in Windchill? A bug in Chrome? Or intentional design in the Windchill code/CSS? Is there a way to change the code/CSS to enable resizing? (We do know that it can be changed temporarily by using F12 DevTools and changing the box dimensions temporarily.
    Best answer by jfrankovich

    Charles,
    Unfortunately for various reasons I can't tell you exactly when this functionality changed but I think it has been for quite a while, as in at a specific Windchill version or update. (We have been on versions of 12.1 for some time now, but I know we had it in 11,)
    At one time, textareas on things like the CR Wizard could be resized from the lower right corner.

    jfrankovich_0-1767809552950.png

    But currently they all appear without the resize symbol.

    jfrankovich_1-1767809673965.png

    A simple change in the applied style can make it appear.

    jfrankovich_2-1767809762818.png

    After doing a little more digging it looks like the windchill-base.css might be what is explicitly restricting this.

    jfrankovich_3-1767809941473.png

     

    Regards,

    John



    2 replies

    avillanueva
    23-Emerald I
    23-Emerald I
    January 7, 2026

    I came across this recent article: https://www.ptc.com/en/support/article/CS329418?source=search

    There are many places the developers could have coded the default textarea size. I am not sure specific where the customization would be but I doubt its easy to modify without effort. I would also think that each form would require modification so I do not think its a central location. If not in the CSS (DevTools should indicate the source of the size), then it would be intentional of based on some percentage of the surrounding elements. 

    18-Opal
    January 7, 2026

    Hello jfrankovich,

    Since when are you seeing this behavior?

    Any screenshot you can share?

    KR,

    Charles.

    jfrankovich12-AmethystAuthorAnswer
    12-Amethyst
    January 7, 2026

    Charles,
    Unfortunately for various reasons I can't tell you exactly when this functionality changed but I think it has been for quite a while, as in at a specific Windchill version or update. (We have been on versions of 12.1 for some time now, but I know we had it in 11,)
    At one time, textareas on things like the CR Wizard could be resized from the lower right corner.

    jfrankovich_0-1767809552950.png

    But currently they all appear without the resize symbol.

    jfrankovich_1-1767809673965.png

    A simple change in the applied style can make it appear.

    jfrankovich_2-1767809762818.png

    After doing a little more digging it looks like the windchill-base.css might be what is explicitly restricting this.

    jfrankovich_3-1767809941473.png

     

    Regards,

    John



    avillanueva
    23-Emerald I
    23-Emerald I
    January 8, 2026

    Seems like a simple fix. Have you tried modding that CSS to change none to both? What is the impact?