December 31, 20196 yr I have a layout with a number of button bars, all with the same style. Each button is set to have an inner shadow and a white fill on Hover. For any of the buttons that call a popover, after the popover is closed, the hover shadow no longer works, but the fill still changes to white. I've tried adding a refresh object script trigger when closing the popover, but that doesn't work. Some of the buttons are currently placeholders, which just call a script that exits itself so I can test the hover state. Those work fine.
December 31, 20196 yr When you close a popover via button or script, it keeps the button in focus, so it takes on the "In Focus" style. It's annoying, but you can fix it by adding a Commit step to the script that closes the popover.
Create an account or sign in to comment