Fork me on GitHub
#hoplon
<
2015-08-18
>
onetom03:08:25

@micha: there is no issue created for this FOUC phenomena? I have a video to showcase it. U should just play it slowly.

onetom06:08:50

what happened to the :hover attribute in hoplon6? it seems we have to change it to :mouseover to have the same effect 😕

micha06:08:41

it's using a newer version of jquery, which is what implements those events

micha06:08:54

maybe something changed in jquery?

micha06:08:09

hoplon just delegates to jq by default

onetom11:08:14

@micha: we upgraded to alpha5, btw because the old loop-tpl behaviour was driving us crazy. everything seems okay so far

alandipert14:08:18

@onetom: which behavior do you refer to?

onetom14:08:47

(div
  (div "before")
  (loop-tpl ...)
  (div "after"))
(div "after") is rendered next to the (div "before") or simply eaten and the content of the loop-tpl comes only afterwards

micha14:08:34

@onetom: i'm happy to hear things are working well with alpha5 for you

micha14:08:47

i was worried about that

alandipert23:08:25

@onetom: this might be premature but i think we figured out FOUC today

alandipert23:08:52

@onetom: (style "body{display:none;};}") in our app.cljs.hl

alandipert23:08:07

in the head tag. that hides the body until the external css kicks in

onetom23:08:35

it's a nice 1st thing to hear when i wake up simple_smile

alandipert23:08:52

hehe, good morning ☀️

alandipert23:08:38

daniel higginbotham invented the fix, i'm not sure he's on slack though

alandipert23:08:50

probably @micha would know more. i'm not actually on that project at the moment, but following along on github

onetom23:08:57

it would defeat the purpose of prerendering though at least the UX purpose