#3340 closed defect (fixed)
gears initialization causes exception in firebug
Reported by: | bill | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Core | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In hostenv_browser.js the check for Gears causes an exception every time we run firebug:
try{ // IE? factory = new ActiveXObject("Gears.Factory"); }catch(exp){
Can you change the logic so it only executes that line for IE?
Change History (3)
comment:1 Changed 14 years ago by
Owner: | changed from bradneuberg to James Burke |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|
Note: See
TracTickets for help on using
tickets.
Taking this bug since it is causing errors for my xdomain testing. Doesn't seem to be fatal, but it causes me some confusion seeing it in firebug, and I'm not trusting that it is non-fatal.