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

Accessibility inspector #3

Open
slifin opened this issue Mar 23, 2020 · 2 comments
Open

Accessibility inspector #3

slifin opened this issue Mar 23, 2020 · 2 comments
Labels
javafx Something isn't working in JavaFX

Comments

@slifin
Copy link

slifin commented Mar 23, 2020

Just wanted to say this project is the only way I know of right now to navigate data back from the REPL in sublime text, this project works really well with https://github.com/nasser/Socket, it's a godsend :D

Screenshot 2020-03-23 at 14 06 22

using

clj \
  -J-Dclojure.server.repl='{:port 5555 :accept vlaaad.reveal.prepl/-main}' \
  -Sdeps '{:deps {vlaaad/reveal {:mvn/version "0.1.0-ea13"}}}'

This issue is about that I can't really use it in the tiling manager I use: https://github.com/koekeishiya/yabai because the app seems "invisible" to Yabai and to the accessibility inspector that ships in macOS

@koekeishiya might be a good person to talk to if you'd like the rest of the OS and accessibility apps in general to see the REPL properly

Screenshot 2020-03-23 at 14 15 42

@vlaaad
Copy link
Owner

vlaaad commented Mar 23, 2020

Hi! Glad you like the project!

I verified that Reveal (and in fact, any cljfx — probably any JavaFX) window on a mac is invisible to Accessibility Inspector. I'll make a repro and report it to JavaFX maintainers.

@vlaaad
Copy link
Owner

vlaaad commented Mar 23, 2020

Submitted a bug report to JavaFX, supposedly it will be here once screened.

@vlaaad vlaaad added the javafx Something isn't working in JavaFX label Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javafx Something isn't working in JavaFX
Projects
None yet
Development

No branches or pull requests

2 participants