Vscode-jupyter: Content is getting overlapped in notebook toolbar

Created on 16 Dec 2019  路  14Comments  路  Source: microsoft/vscode-jupyter

The text on the right (remote url and kernel info) is not getting wrapped.

Screen Shot 2019-12-16 at 12 24 18
Screen Shot 2019-12-16 at 12 24 29

All 14 comments

Probably the same, but just in case:
image

The first picture was on purpose as it didn't seem necessary for this release. The wrap to the next line was not however.

The wrap to the next line was not however.

Wasn't this identified and fixed in a separate issue?

image
is this ok?

No I think it should slowly shrink over time. Wrapping to the next line seems off to me.

I'm not 100% sure what Rich was meaning by "shrink". But I think that I would have it all squish down until it uses the minimum space possible in one line like so:
image
Then if it gets any smaller you would just lose text starting from the right side.

That's pretty much what I meant, except it would lose text from the URI and then the kernel name at the same rate.

I think we should just use a style to hide overflow with .... If velow a certain width we can just hard code to display a content of ... or hide the icons all together. E.g. what if we don't have space to even display ... (I think just hide in that case).

To me a more bullet proof solution is to overflow the icons into an overflow menu where user would have to click ... that would display the collapsed items.

image

How about this? The toolbar turns into 2 lines if there's no space.

The thing is, if stuff shrinks, its gonna be hard to click. And if we loose text from the status bar then eventually it becomes useless as the status is not visible. If we do this, everything stays visible and clickable.

I still think we can't have two lines. Maybe it minimizes down to just the icon at some point. Then the icon can be clicked to change.

@ronglums @jmew what do you guys think?

I still think we can't have two lines

I agree, we should just reduce the size or collapse completely (i.e. hide) instead of taking vertical room.

I like the overflow "..." menu idea for the icons, i think that design is intuitive and follows the practice of basic design principles.

Validated, no overlap anymore, but it does push down to two lines.

Was this page helpful?
0 / 5 - 0 ratings