Yuliyan Slavchev

Results 4 comments of Yuliyan Slavchev

An example page that's using `vh` CSS units - http://jsbin.com/fawerivecu/edit?html,css,output. **Script:** ```Javascript const puppeteer = require('puppeteer'); (async () => { const browser = await puppeteer.launch(); const page = await browser.newPage();...

> I've tested with German, which has the string translated already, but it didn't appear translated on calypso.live and wasn't in any of the translation chunks. @dlind1, I assume you...

I came across a similar problem in 7479191-zd-a8c. As a temporary workaround, I suggested to the user to select a template from the sidebar after opening the Site editor, which...

@barryhughes, thanks for the detailed feedback! You're right that the current fix is scoped specifically to actions taken via the UI, since the original issue described editing templates from there....