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

misplaced action button on 0.19.39 #2825

Closed
j-fu opened this issue Feb 22, 2024 · 5 comments
Closed

misplaced action button on 0.19.39 #2825

j-fu opened this issue Feb 22, 2024 · 5 comments
Labels
bug Something isn't working frontend Concerning the HTML editor

Comments

@j-fu
Copy link
Contributor

j-fu commented Feb 22, 2024

Hi, starting with 0.19.39, the action button is misplaced on the left side
of the code boxes. See this image:

misplaced_action

julia> versioninfo()
Julia Version 1.10.1
Commit 7790d6f0641 (2024-02-13 20:41 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 20 × 13th Gen Intel(R) Core(TM) i7-13700H
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, goldmont)
Threads: 1 default, 0 interactive, 1 GC (on 20 virtual cores)
Environment:
LD_LIBRARY_PATH = /home/fuhrmann/local/lib64:/home/fuhrmann/local/lib:/usr/local/cuda-12.3/lib64:.:/usr/local/lib64:/usr/local/lib:/home/fuhrmann/local/lib:/home/fuhrmann/Sys/share/pardiso
JULIA_PKG_DEVDIR = /home/fuhrmann/Wias/work/julia/dev
JULIA_PKG_SERVER_REGISTRY_PREFERENCE = eager
JULIA_PARDISO = /home/fuhrmann/Sys/share/pardiso/panua-pardiso-20230908-linux/lib
JULIA_HISTORY = /home/fuhrmann/.julia_histories/_home_fuhrmann
JULIA_SSL_CA_ROOTS_PATH = /home/fuhrmann/.julia/juliaup/julia-1.10.1+0.x64.linux.gnu/share/julia/cert.pem

ffx

@kellertuer
Copy link

Can confirm the same on Safari (17.2.1, Mac OS Sonoma 14.2.1), where the most problematic part is that the action menu is behind the cell(s).

@genericallyterrible
Copy link
Contributor

genericallyterrible commented Feb 23, 2024

Demo on Firefox 122.0.1 for those interested

Recording.2024-02-22.165936.1.mp4

@kellertuer
Copy link

I also managed to do 2 recordings on Safari.

  1. If the window is broad enough the menu is just behind the cells. They can still be clicked, but you have to know where they are
Screen.Recording.2024-02-23.at.11.52.28.mov
  1. If the window is too small in width, the menu even pops to open to the right – which makes it invisible because it reaches outside of the browser window (recording is on the right side of the browser window.
Screen.Recording.2024-02-23.at.11.51.57.mov

@gecomagenta
Copy link

I can confirm the issue on Safari 17.3.1 and macOS Sonoma 14.3.1: action button on the left side of the code box, and action menu behind the cell.

There seems to be no problem with Google Chrome and other browser based on the same engine.

@cocoa1231
Copy link

cocoa1231 commented Feb 26, 2024

Can confirm the same on Firefox 123 on Debian Stable.

(@pluto) pkg> st
Status `~/.julia/environments/pluto/Project.toml`
  [c3e4b0f8] Pluto v0.19.39

julia> versioninfo()
Julia Version 1.10.1
Commit 7790d6f0641 (2024-02-13 20:41 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 8 × Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, skylake)
Threads: 1 default, 0 interactive, 1 GC (on 8 virtual cores)

shell> cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Screenshot from 2024-02-26 13-01-21

@fonsp fonsp closed this as completed in 26cf37c Feb 26, 2024
@fonsp fonsp added bug Something isn't working frontend Concerning the HTML editor labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Concerning the HTML editor
Projects
None yet
Development

No branches or pull requests

6 participants