TalAter / SpeechKITT

🗣 A flexible GUI for Speech Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUI is not hidden after invoking hide() method

mcollovati opened this issue · comments

Expected Behavior

After invoking hide() method the gui should not be visible.

Current Behavior

After invoking hide() method the css class skitt-ui--hidden is applied but the gui is still visible.
All themes seem to have same behaviour.

Possible Solution

The problem could be fixed with a stronger rule

#skitt-ui.skitt-ui--hidden {
    display: none !important;
}

Your Environment

  • Version used: 0.3.0
  • Browser Name and version: Google chrome 51.0.2704.63
  • Operating System and version (desktop or mobile): Ubuntu 16.04

May I close this issue?

Thank you 👍