jQuery UI Widgets Forums Editors Button, RepeatButton, ToggleButton, LinkButton jqxLinkButton without height value is wrong rendered

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 9 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • SkippingAdi
    Participant

    Hi all

    If i do not set a height value for a jqxLinkButton then the height is rendered wrong.
    In contrast if i do not set a height for a jqxButton then the height is rendered correct.

    <input type="button" style="margin: 50px;" id="jqxbutton" value="Hover over me to see the tooltip" />
    <a href="http://jqwidgets.com" id="BackButton">Back</a>
      $("#jqxbutton").jqxButton({
          width: 300,
          theme:'energyblue'
      });
    
      $("#jqxbutton").jqxTooltip({
          position: 'top',
          theme:'energyblue',
          content: 'This is a jqxButton.',
          width:200
      });
    
      $("#BackButton").jqxLinkButton({
          theme:'energyblue',
          width:200
      });

    Is this a bug? If not how get the height the same as jqxButton’s height without explicit set it?
    Regards
    SkippingAdi

    P.S.
    Sorry, but adding a link with the ‘link’-button seems not to work in this Editor. The link is never displayed.


    ivailo
    Participant

    Hi SkippingAdi,

    Use height:"auto".

    Here is an example.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.