Bug Report B134118
Visible to All Users

Web - Incorrect width is used by the text box that displays a ParametrizedAction with the ID property set to the default value

created 16 years ago

The width of the textbox is in ParametrizedAction in IE since 8.3.4 update incorrectly (see image). The FF is the width ok.

Comments (2)
Dennis Garavsky (DevExpress) 16 years ago

    Hi Mario,
    Thank you for the report. We have reproduced this problem and it looks like a bug. This requires additional research from our side.
    Unfortunately, there is no good workaround for this problem. We are working on this. Please bear with us.
    Thanks,
    Dennis

    Dennis Garavsky (DevExpress) 16 years ago

      Hello Mario,
      Thank you for your patience.
      We have fixed this problem in the next version of the suite. For now, to bypass the problem, you should provide the ID property of an Action, so that it follows the rules similar to the rules of naming variables in programming (for instance, check the following article: http://www.microsoft.com/technet/scriptcenter/guide/sas_sbp_xmzd.mspx?mfr=true)
      This is necessary, because JS script has limitations in this regard, and so this error occurs.
      For instance, using the example attached to this issue solution, you can fix the problem in the following way:

      C#
      //BEFORE: //this.parametrizedAction1.Id = "7dcd81eb-da1d-46b9-8310-e42b478acbb9"; //AFTER: this.parametrizedAction1.Id = "ParametrizedAction1";

      Thanks,
      Dennis

      Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

      Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.