ID 502675 - Number parameters are clamped to the min or max widget hint

Follow

Problem summary
On a on number parameter, setting a min or max widget hint clamps the values.

The Developer Guide - WidgetsAndHints states that min or max widget hint "values entered via the text field are not clamped."

Customer reported version
katana.4.0v6

Customer reported platform

Steps to reproduce
1. In the Node Graph tab, create a Group node and set the edit flag
2. In the Parameters tab, edit the user parameters 
3. Add a Number user parameter
4. Click the wrench icon and select "Widget Options..."
5. Set local edits on the Drag Minimum and Drag Maximum parameters, click "OK"
6. In the newParameter, set a value less than or greater than the Drag Minimum or Drag Maximum, respectfully

Alternatively, copy and paste the following Group node:

<katana release="4.0v6" version="4.0.3.000001">
  <node name="__SAVE_exportedNodes" type="Group">
    <node baseType="Group" edited="true" name="Group" ns_errorGlow="0.000000" ns_fromContext="legacy" selected="true" type="Group" viewed="true" x="-320.000000" y="112.000000">
      <group_parameter name="Group">
        <group_parameter hints="{&apos;widget&apos;: &apos;userParamsEditor&apos;}" name="user">
          <number_parameter hints="{&apos;max&apos;: &apos;1.0&apos;, &apos;slider&apos;: &apos;True&apos;, &apos;min&apos;: &apos;0.0&apos;}" name="newParameter1" value="0"/>
        </group_parameter>
      </group_parameter>
    </node>
  </node>
</katana>

Expected behavior
The entered value is not clamped.

Actual behavior
The entered value is clamped to the min and max widget hint.

Workaround
Unknown.

Reproduced by support
This bug has been reproduced in:
Katana 4.0v7 - Windows 11, CentOS 8 Stream
Katana 4.0v6 - Windows 11, CentOS 8 Stream

Unable to reproduce bug in:
Katana 5.0v1 - Windows 11, CentOS 8 Stream
Katana 4.5v1 - Windows 11, CentOS 8 Stream
Katana 4.0v5 - Windows 11, CentOS 8 Stream

Earliest version tested
Katana 4.0v5 - This issue doesn't appear in this version and has regressed

    We're sorry to hear that

    Please tell us why