Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Truncation and redraw issues with menu for selecting context. #737

Closed
GrahamDumpleton opened this issue Feb 28, 2020 · 0 comments · Fixed by #852
Closed

Truncation and redraw issues with menu for selecting context. #737

GrahamDumpleton opened this issue Feb 28, 2020 · 0 comments · Fixed by #852
Assignees
Labels
bug Something isn't working ui

Comments

@GrahamDumpleton
Copy link

What steps did you take and what happened:

Use a current context which has a long name. Use a narrower width browser window, not full width on a 27inch plus monster display. :-)

The menu for changing the current context top right of Octant will show the name of the current context, but due to limited width of the browser window, this will be truncated.

image

More of a problem is that if you click on the menu drop down, the drop down menu is not being right side flushed to browser, and instead pushed the content to the left, leaving a blank section down the right, with the menu overlaid.

image

Deselect the menu and it vanishes, but you need to horizontally scroll the page content back to the right to see it all properly as left hand side pushed out the left side of the window.

What did you expect to happen:

Shouldn't force horizontal scrolling and menu should fall to left of the drop down instead. Would be nice to handle better the truncation of names.

Anything else you would like to add:

Nope.

Environment:

  • Octant version (use octant version):
$ octant version
Version:  0.10.2
Git commit:  438ce3d52088c1e3e15aaf9817ba71e3c85255f5
Built:  2020-02-15T02:33:23Z
  • Kubernetes version (use kubectl version):
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.3", GitCommit:"06ad960bfd03b39c8310aaf92d1e7c12ce618213", GitTreeState:"clean", BuildDate:"2020-02-13T18:08:14Z", GoVersion:"go1.13.8", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.3", GitCommit:"06ad960bfd03b39c8310aaf92d1e7c12ce618213", GitTreeState:"clean", BuildDate:"2020-02-11T18:07:13Z", GoVersion:"go1.13.6", Compiler:"gc", Platform:"linux/amd64"}
  • OS (macOS 10.15, Windows 10, Ubuntu 19.10 etc):
$ uname -a
Darwin grumpy-at-home.fritz.box 19.3.0 Darwin Kernel Version 19.3.0: Thu Jan  9 20:58:23 PST 2020; root:xnu-6153.81.5~1/RELEASE_X86_64 x86_64

Also affects separate web browser when accessing Octant as web service.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working ui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants