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

Update popover() method to prevent its untimely dismissal #227

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 1, 2021

  1. Configuration menu
    Copy the full SHA
    5b08114 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    54b0abf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    089b9b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Add build_popover() for popover as suggested

    Uses a sub-function build_popover(<selector>) that selects a given
    selector and initializes a popover for the given selector with its
    container binding to the same selector passed.
    
    Signed-off-by: Harshit Gupta <[email protected]>
    Git-Harshit committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4d12490 View commit details
    Browse the repository at this point in the history
  2. Add classes to separate app and tool selection pop

    Uses css_classes to add class selector for generic_href as suggested to
    distinguish .app-liances and .tool-s for separate popover initialization
    to prevent unexpected popover switch on mouse hover.
    'css_classes' has been carefully added as an optional parameter with
    default blank value on all callers of to_generic_href wrappers.
    
    Fix: edamontology#225
    
    Signed-off-by: Harshit Gupta <[email protected]>
    Git-Harshit committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    913c681 View commit details
    Browse the repository at this point in the history