cooltips icon indicating copy to clipboard operation
cooltips copied to clipboard

div containing disabled button not showing tooltip

Open amoebauk opened this issue 14 years ago • 0 comments

new Tooltip('groupSpecialtySubmitButtonDisabled', {backgroundColor: '#333', borderColor: '#000', textColor: '#FFF', textShadowColor: '#000'});

        <div id="groupSpecialtySubmitButtonDisabled" title="Specialty cannot be submitted until all sections have been completed">
            <g:submitButton name="groupSpecialtySubmit" value="groupSpecialtySubmit" disabled="true"></g:submitButton>
        </div>

Does not work. If I remove the buttons disabled element it does. Is this a bug or just a limitation? Any workaround?

amoebauk avatar Jul 22 '10 14:07 amoebauk