Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Visibility of textbox is set true in code but it's not visible in the DOM

    Hi,

    There is one text box and it's visibility is hidden in initial label and on a button click event I want to show the same text box with updated value.

    I can see the visibility of the same textbox is set true in code but it's not visible in the DOM, It was working on smartclient version-9 but not working in version-12


    Code:
        draweebankForm.getField('draweeBranchDesc').show();
        draweebankForm.getField('oldDraweeBranchDesc').hide();






    #2
    Sorry, we can’t do anything with this report. Since samples continue to work, automated tests are passing, and there’s a complete absence of any similar reports, it’s very obvious that this feature is working in general and in the vast majority of cases.

    You will need to work toward a test case that shows that this is a framework bug, and in the meantime you may well find a flaw in your code instead.

    Comment

    Working...
    X