Paul Beigang
Paul Beigang
In my humble opinion a theme should head to best practices, in that case it means load all scripts in the footer, especially in the case of a foundation5 theme,...
@ufko Do you get the same result with latest CodeceptJS version 2.3.5 ?
@DavertMik do we still need this issue pinned? **Un**pinned for now.
For me the following works ``` @Configuration public class EndpointConfig { @Bean public KafkaEndpoint confluentKafkaEndpoint() { HashMap properties = new HashMap(); properties.put("security.protocol", "SASL_SSL"); properties.put("ssl.endpoint.identification.algorithm", "https"); properties.put("sasl.mechanism", "PLAIN"); properties.put("sasl.jaas.config", "org.apache.kafka.common.security.plain.PlainLoginModule required...
I have the same issue with whole black captured screenshot on Mac OS X 10.9.1 – any news about that @tjramage or @umaar ?
@vaidy160490 Just an idea: Maybe it is a div which get scrolled in your project and not the window object directly? This could be the reason why `window.scrollTo()` seems to...