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

Full screen option when editing a multi-line variable does not increase the height (or number of lines) of the value box #8675

Closed
donnybell opened this issue Mar 8, 2024 · 5 comments
Assignees
Labels
kind/bug This issue represents a verified problem we are committed to solving

Comments

@donnybell
Copy link

donnybell commented Mar 8, 2024

Severity

No response

Version

Confirmed in 2024.2.1310

Latest Version

None

What happened?

Full screen mode and regular mode both only avail 11 lines when editing a variable. I would expect more lines to be available, filling the vertical space when in full screen mode when editing.

Reproduction

Regular edit mode:
image

Full screen edit mode:
image

Full screen edit mode - scrolled to bottom:
image

Error and Stacktrace

No response

More Information

No response

Workaround

No response

@donnybell donnybell added the kind/bug This issue represents a verified problem we are committed to solving label Mar 8, 2024
@Clare-Octopus
Copy link

Another user has mentioned this (internal) - https://octopus.zendesk.com/agent/tickets/174934

@Clare-Octopus
Copy link

Another customer mentioned this (internal) - https://octopus.zendesk.com/agent/tickets/175180

@octoreleasebot
Copy link

octoreleasebot commented Mar 26, 2024

Release Note: Fix bug where full screen variable editor doesn’t take up all available space

@Octobob
Copy link
Member

Octobob commented May 16, 2024

🎉 The fix for this issue has been released in:

Release stream Release
2024.2 2024.2.3703
2024.3+ all releases

@MicheleJohl
Copy link

I managed to mitigate the issue till the fix release with Stylebot and the following CSS:

.css-vbruli {
height: 100%;
display: flex;
overflow: auto;
flex-grow: 1;
}

div[style*="--colorCalloutTextInfo:"] {
height: 100%;
display: flex;
flex-direction: column;
flex-grow: 1;
}

Untitled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug This issue represents a verified problem we are committed to solving
Projects
None yet
Development

No branches or pull requests

6 participants