code.pyret.org icon indicating copy to clipboard operation
code.pyret.org copied to clipboard

Can't see the full filename (see the picture)

Open sorawee opened this issue 8 years ago • 5 comments

screenshot from 2017-07-14 12-23-05

sorawee avatar Jul 14 '17 18:07 sorawee

This is by design. When the window is narrow (e.g. ~800-1200px for a projector screen), we wanted to ensure the buttons will all still fit on one row. So we elided the middle of the name.

blerner avatar Jul 14 '17 18:07 blerner

So there's no way to see the full name at all? I'm fine with the current design (in fact, I like it) as long as there is a way to see the full name.

sorawee avatar Jul 15 '17 21:07 sorawee

Currently no. We probably could add a tooltip that appears on hover. @jpolitz whadayathink?

blerner avatar Jul 15 '17 21:07 blerner

Yeah, good point. The only way to see the full name is to use rename or save as right now. A hover would help a lot.

jpolitz avatar Jul 15 '17 22:07 jpolitz

Do we want something like this? https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip

YanyanR avatar Jul 16 '17 03:07 YanyanR

I've opened a PR for this in https://github.com/brownplt/code.pyret.org/pull/571

schanzer avatar Jan 09 '25 17:01 schanzer