Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Missing button style some of the time

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200676
    kindnesshelps
    Participant

    Would anyone know why buttons may disappear for some clients but not others. I’m not finding a consistent pattern. When I sign in locally or through vpn they display and behave properly, but when I sign in externally via Chrome or IE 11 sometime the buttons only appear as text other disable buttons that are enabled on click. I have a laptop with ie11 Win8 and desktop with ie11 win7. The laptop displays the buttons proper behavior and the desktop does not. anyone have any ideas. Someone was working on the server recently and I’m wondering if any IIS setting may cause this problem. Thanks for help!

    Buttons original state:

    <td><asp:Buttonrunat=”server”Text=”Print”ID=”btnPrint”CssClass=”tablerowheader”Enabled=”False”/>

    <asp:Buttonrunat=”server”Text=”Submit”ID=”btnSubmit”OnClick=”btnSubmit_Click” CssClass=”tablerowheader”Enabled=”False”/></td>

    Buttons action:

    <asp:checkbox runat=”server” id=”chkSignature” onclick=”EnableSubmitButton(this)” text=”I Agree” Font-Bold+”true” checked=”False”>

    #200701
    kindnesshelps
    Participant

    Okay it turned out the be a CSS issue that was causing the button to lose it’s enabled=”False” state. It was being served as enabled=””.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.