adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.25k stars 7.63k forks source link

Health data popup bug [1.4.0-16369] [linux-x64] #11470

Open dvorapa opened 9 years ago

dvorapa commented 9 years ago

If I do a clear installation of Brackets pre-release 1.4 and run Brackets after installation is done, a blue Health data popup appears. If I close it, the part of the screen where the popup was previously is unclickable. I e.g. can't click to start writing or in a smaller window size I even can't choose most of Help menu commands.

abose commented 9 years ago

@dvorapa can you go to debug logs and see the messages there. in chrome: goto http://localhos:9234/ when brackets have the problem.

dvorapa commented 9 years ago

I haven't found any problem in a console. But I've found out that .healthdata-firstlaunch-container only changes its opacity to 0 (zero) and not its visibility or display. Below are screenshots of Dev Tools and Brackets before closing that popup and after closing it.

Before closing:

snimek obrazovky porizeny 2015-07-25 02 30 16 snimek obrazovky porizeny 2015-07-25 02 30 33 snimek obrazovky porizeny 2015-07-25 02 30 41

After closing:

snimek obrazovky porizeny 2015-07-25 02 31 03 snimek obrazovky porizeny 2015-07-25 02 31 09 snimek obrazovky porizeny 2015-07-25 02 31 14

abose commented 9 years ago

@prafulVaishnav . There seems to be an error in loading the extension dir. That would cause an error in brackets starting up properly. Checkout the folder home/pavel/.config/Brackets/extensions/user

dvorapa commented 9 years ago

Yes, the error is thrown everytime I reinstall and first launch Brackets. But I don't understand, what have this error in common with behavior of not hiding the popup and making it just transparent. Do you need more information from Developer Tools? How could I help to find out the solution?

dvorapa commented 8 years ago

v1.5 and v1.6 still broken