Lea Hayes

Results 13 issues of Lea Hayes

### What happened? ### Description The CMS had the following entries in a structure: - Example page - Second page of guide For the purposes of testing having more content...

bug
craft3

![image](https://user-images.githubusercontent.com/554215/78541978-66de7c00-77ee-11ea-8d49-c8923b4e177f.png) The error occurs with Microsoft Edge: ![78455999-4224c000-7699-11ea-9acc-3f6162293bd8](https://user-images.githubusercontent.com/554215/78541929-51695200-77ee-11ea-9b8f-a2f6a70465bb.png) It seems to be caused by using the following: ```javascript const node = this.videoContext.image("/blank.png"); ``` As a workaround I am able to...

The following error message occurs when using Firefox 74.0.1 (64-bit): ![image](https://user-images.githubusercontent.com/554215/78511898-3cfa6a80-7798-11ea-8256-e98f14a4c6ff.png) It seems to be caused by using the following: ```javascript const node = this.videoContext.image("/blank.png"); ``` As a workaround I...

The "InvalidAccessError" error occurs in some circumstances when the `clearTimelineState` or `destroy` methods are called of the `MediaNode`. The problem seems to be caused by the following line: https://github.com/bbc/VideoContext/blob/develop/src/SourceNodes/medianode.js#L198 It...

With HTML5 there is an attribute that allows a poster image to be specified on the `` element. Is there already a way to achieve this with the node based...

Nice work on the shader! seems to work really well! This is just a quick question more than anything, but I'm wondering if there is a clever trick that could...

If SCSS source file is empty and `prefix` is set then the CSS file should still be generated: ```js const scssConfig = { processor: () => postcss(postCssConfig), output: "./static-dev/css/main.css", outputStyle:...

When using the `` component there is an option for `editorTheme` which doesn't work how I would've expected. I did some searching and found that you can use the `useTheme`...

enhancement
graphiql

How can I determine whether I have encountered an empty element? I am using the `onStartElementNS` callback but there isn't an attribute like "isEmptyElement". I need to be able to...

It would be really nice if one could drag and drop widgets between widget areas! Also it would be slightly better if there was a way to switch off widget...