wdprice3 BinaryBuffonary 45912 Posts user info edit post |
whenver i'm typing in mozilla (like in here, url's, etc) the cursor goes away and it won't let me type anymore, until i click back on the text box. it's sort of like my active window is switching, but mozilla is the only window open, and it seems to say as the active window, since the title bar never fades out. the same happens when i'm watching full screen videos (it kicks them back to original size) and when i'm scrolling.
anyone know what the deal with this is? i've tried uninstall/reinstall 9/12/2007 4:14:15 PM |
beergolftile All American 9030 Posts user info edit post |
I too have a problem with firefox, but when i try to load tww i get this:
Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> 9/13/2007 9:24:58 AM |
sleepyhead All American 820 Posts user info edit post |
in all likelihood this isn't the same as your problem, but it happened to me when i had google notebook open. 9/13/2007 12:07:28 PM |
bottombaby IRL 21954 Posts user info edit post |
^^I've been having that same problem accessing TWW via the brentroad.com, but no problem using thewolfweb.com. 9/13/2007 12:12:34 PM |
wdprice3 BinaryBuffonary 45912 Posts user info edit post |
my problem happens all the time, no matter what i'm doing or what page i'm on
I THINK I JUST SOLVED MY PROBLEM!!!!!!!!!!!!!
i have the speed dial add-on for mozilla, and it was set to refresh the speed dial pages every ten seconds, and when it refreshed them, it took the page i was on, off of the active page.
freaking sweet
[Edited on September 13, 2007 at 7:39 PM. Reason : ] 9/13/2007 7:36:44 PM |