Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button has no click ability if added as a child to Titlebar #79

Open
scope2229 opened this issue Nov 3, 2020 · 1 comment
Open

Button has no click ability if added as a child to Titlebar #79

scope2229 opened this issue Nov 3, 2020 · 1 comment

Comments

@scope2229
Copy link

Describe the bug
If you add the below code as a child of the Titlebar it is unable to detect hover or clicks. If i am in full screen mode then i can move the mouse to the very top off the titlebar and can see the hover and click. If i use top: 25px; on the button and hover over the half not inside the titlebar i can click if inside it's unable to click.


<div className="web_action_buttons">
          <Row className="align-items-center m-0" >
            <Button bsPrefix="btn-block" className="web_action_btn m-0 btn-border" onClick={() => console.log("Back")}><FontAwesomeIcon icon={faAngleLeft} size="2x"/></Button>
            <Button bsPrefix="btn-block" className="web_action_btn m-0"  onClick={() => console.log("Forward")}><FontAwesomeIcon icon={faAngleRight} size="2x"/></Button>
            <Button bsPrefix="btn-block" className="web_action_btn m-0 btn-border" onClick={() => console.log("Refresh")}><FontAwesomeIcon icon={faRedoAlt} size="lg"/></Button>
          </Row>
        </div>

Expected behavior
Be able to hover and click on components added to the titlebar as children

Desktop (please complete the following information):

  • OS: [Ubuntu
@OriginZero
Copy link

When will it be released v2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants