shmuelw1 Posted June 1, 2014 Posted June 1, 2014 (edited) When I use the run function to open firefox, the top edge of the title bar is missing and the three buttons at the top-right of the window are black. See the attached pic. I'm using firefox 29.0.1 and Windows 7. This only started happening in this version of Firefox. (I now tried it in FF 30 and it's still a problem.) I was able to solve this by uninstalling and reinstalling FF, but when I opened FF with the run function it happens again, and the only way to solve it to uninstall and reinstall. Here's the code: If Not ProcessExists("firefox.exe") Then Run("C:\Program Files (x86)\Mozilla Firefox\firefox.exe") EndIf Any ideas? Edited June 19, 2014 by shmuelw1
Palestinian Posted June 1, 2014 Posted June 1, 2014 Your topic title says Firefox, you mention Firefox in the topic, yet your code is made to run thunderbird.
shmuelw1 Posted June 19, 2014 Author Posted June 19, 2014 Thanks for catching that. I fixed my original post.
SupaNewb Posted June 20, 2014 Posted June 20, 2014 I am running Firefox v30., Win7 32bit(x86). Since version 29 if my browser window was not Maximized, the window controls(maximize,minimize,restore etc.) would disappear however, if you hover your cursor in the taskbar (over the firefox icon) a control will appear. Right click on the window instance then left click on maximize. That black spot should be gone and your window controls should come back. I don't know why Mozilla did this. Maybe someone else will chime in and tell us there's a setting in 'about:config' that can change/disable this behavior.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now