Hi, I'm developing a site using Clojurescript & Om and running into an issue where a particular component is wholly or partially invisible only in Chrome.
The site has two columns, one a list of items and the other one a detail view for the currently selected item. As you click through the items, sometimes the details view will render itself as if everything has "visibility: invisible;" set in CSS. I can still inspect the elements using the developer tools. The layout is correct and the correct data is shown in the inspector. For whatever reason the elements are not actually drawn. This same site works in Firefox/IE/Safari. I would say the view draws about 60% of the time in chrome and the other 40% is there, but invisible. Out of that 40%, sometimes it draws individual elements, like a button, but not the rest. Googling hasn't turned up anything useful, does anyone have any idea what the problem could be? Thanks! Doug -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
