question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Transparent tracks in track selector

See original GitHub issue

Description

On single player example here - https://videogular.github.io/videogular2-showroom/#/single-player when you click the cc button, there’s a select element with a list of subtitle tracks. However, labels are not visible due to the

vg-track-selector select.trackSelector {
  ...
  color: transparent; // ?
}

css rule. Is this particular line intended for something else, or it’s just a bug?

Expected Behavior

Labels in select element are visible, i.e. black text on white drop down.

Actual Behavior

Labels in select element are not visible due to the css rule, i.e. white text on white drop down.

Steps to Reproduce

If this is an issue, describe the steps you took to see the issue. If this is a feature, delete this block.

  1. open https://videogular.github.io/videogular2-showroom/#/single-player
  2. click cc button

Attachments

Try to include screenshots for bugs or design assets for enhancements

Problem
problem
Track labels in <select> aren’t visible

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Elecashcommented, Apr 1, 2018

@impankratov fixed!

0reactions
impankratovcommented, Feb 13, 2018

@Elecash it’s pretty easy to fix, just add a rule for option:

vg-track-selector select.trackSelector option { // targeting only <option> tag
    color: #000; 
  }

If that’s all that needs to be done, I can make a PR

Read more comments on GitHub >

github_iconTop Results From Across the Web

Transparent Tracks - Custom Acrylic Plaques
Create your own Custom Plaque and remember your favourite moments in a unique way. Free world wide shipping available.
Read more >
Transparent tracks - Etsy
Check out our transparent tracks selection for the very best in unique or custom, handmade pieces from our shops.
Read more >
Transparent tracks? - Logic Pro Help
Is there a way to make active tracks, which are colored, transparent as well? It would make it easier for editing. Thanks. Peter....
Read more >
Cure Projects with Oddly-Behaving Transparent Tracks
Switch track compositing to None. Next, switch back again to either High Quality or Preview. Save project. Done. Your transparent tracks should now...
Read more >
Transparent Tracks by Aaronmaxwell on Amazon Music
1. 1 Romantic Deal $0.99 2. 2 Inner Workings of a Barcode Scanner $0.99 3. 3 Love and Happiness $0.99 4. 4 Cruisin, Pt. 2 $0.99...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found