This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-22
Channels
- # announcements (7)
- # babashka (1)
- # beginners (87)
- # boot (1)
- # cider (1)
- # clj-kondo (33)
- # cljfx (1)
- # cljs-dev (8)
- # clojars (3)
- # clojure (105)
- # clojure-austin (3)
- # clojure-europe (74)
- # clojure-finland (1)
- # clojure-korea (4)
- # clojure-nl (1)
- # clojure-uk (6)
- # clojurescript (10)
- # conjure (9)
- # cursive (29)
- # datalog (6)
- # datomic (13)
- # emacs (3)
- # events (4)
- # figwheel-main (1)
- # gratitude (1)
- # humbleui (6)
- # introduce-yourself (7)
- # jackdaw (1)
- # jobs (1)
- # lsp (29)
- # malli (3)
- # nbb (2)
- # podcasts-discuss (1)
- # portal (5)
- # re-frame (4)
- # reitit (28)
- # remote-jobs (5)
- # shadow-cljs (38)
- # tools-deps (46)
- # vim (6)
- # xtdb (24)
Changes made from JWM 0.4.2 to 0.4.3 caused my window to stop responding to requestFrame
on macOS. Redraws still happened when resizing the window. After much experimentation, the best theory I came up with is that if requestFrame
is called (e.g. in on-paint or on-event handlers) before the window is set to be visible, then requestFrame
no longer works thereafter. Is this intended behaviour?
I'm on macos and I use requestframe internally without problems, but I did notice the other day that the window was sitting in a half unpainted state, so maybe external window frame requests are not getting through.
@U016JRE24NL can confirm, putting request frame before set visible doesn’t work. Will look into it