Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select options rendered as a black blox when page has a media element [Linux electron v0.36.7] #4322

Closed
loddit opened this issue Feb 2, 2016 · 4 comments

Comments

@loddit
Copy link

loddit commented Feb 2, 2016

If a media element (e.g. <audio> or <video>) added in page, or new Audio('some audo file') statement in sciprt, options of select tag become a black box.

page has a <audio> tag:
image

page without <audio> tag:
image

page source:

<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    <select>
      <option>Option 1</option>
      <option>Option 2</option>
      <option>Option 3</option>
      <option>Option 4</option>
    </select>
    <audio src="some audio file"></audio>
  </body>
</html>
@OlsonDev
Copy link

OlsonDev commented Feb 2, 2016

This happens to me in Chrome, too. It didn't do it till I changed

Enable GPU rasterization. Mac, Windows, Linux, Chrome OS, Android
Use GPU to rasterize web content. Requires impl-side painting. #enable-gpu-rasterization

to Force enabled for all layers. No idea if related...

@bengotow
Copy link
Contributor

This has been reported several times in N1 (nylas/nylas-mail#1163, nylas/nylas-mail#1567). We do use the <audio> tag to play a few "incoming email" sounds, so that fits the description above. Would love if it were possible to fix.

@vojtatranta
Copy link

We've got some issues in Avocode with Ubuntu further reading: avocode/avocode#1158 (comment)

@codebytere
Copy link
Member

closing due to abandonment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants