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

Add property to hide the Expand/Collapse tooltip #4818

Closed
marciogurka opened this issue Jun 15, 2022 · 0 comments
Closed

Add property to hide the Expand/Collapse tooltip #4818

marciogurka opened this issue Jun 15, 2022 · 0 comments
Assignees
Labels
feature request forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@marciogurka
Copy link

Forum post

We currently don't have a property to not display the expand/collapse tooltip of the TaskBoard.

Currently, we have:

dataset : {
   btip : StringHelper.xss`${this.L(collapsed ? 'L{TaskBoard.expand}' : 'L{TaskBoard.collapse}', text)}`
}

Suggestion: We could have like a hideCollapseTooltip property, and then:

dataset : !hideCollapseTooltip ? {
   btip : StringHelper.xss`${this.L(collapsed ? 'L{TaskBoard.expand}' : 'L{TaskBoard.collapse}', text)}`
} : null
@marciogurka marciogurka added feature request forum Issues from forum labels Jun 15, 2022
@isglass isglass self-assigned this Aug 8, 2022
@isglass isglass added this to the 5.2.0-alpha-1 milestone Aug 8, 2022
@isglass isglass added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed in progress ready for review Issue is fixed, the pull request is being reviewed labels Aug 8, 2022
@SergeyMaltsev SergeyMaltsev modified the milestones: 5.2.0-alpha-1, 5.2.0 Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request forum Issues from forum resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants