Closed
Bug 61708
Opened 24 years ago
Closed 23 years ago
javascript errors in scrollbarBindings.xml
Categories
(SeaMonkey :: UI Design, defect, P3)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
WORKSFORME
Future
People
(Reporter: bugzilla, Assigned: vishy)
References
Details
JavaScript error:
chrome://global/content/scrollbarBindings.xml#scrollbar.initScrollbar() line 2:
JavaScript error:
line 0: uncaught exception: Scrollbars in this skin are not properly supporting
mac smart-scrolling prefs!
Assignee | ||
Comment 1•24 years ago
|
||
Since Don has left, Vishy is taking his bugs in bulk, pending reassignment.
thanks,
Vishy
Assignee: don → vishy
nav triage team:
Not a beta1 stopper, marking nsbeta1-
Keywords: nsbeta1-
Reporter | ||
Comment 3•24 years ago
|
||
I think there errors should be fixed. They could be causing other problems since
they are errors not warnings.
"uncaught exception" cant be good. I can live with warnings, but errors should
be fixed.
Reporter | ||
Comment 4•24 years ago
|
||
starting a new window *always* generates these errors
I tried to poke a little bit around and found the following (I don't know how
helpful it is, though :):
- The error shows up in the browser only when you load an URL (ie, during the
startup process or during the creation of a new window the code works just
fine). It also appears for each form element that can have scrollbars.
- The problem seems to be that you cannot access the this.boxObject property
(even though it exists) on the 1st and 2nd line of the try block in the
initScrollbar function. It actually throws the following exception:
"Access to property denied" code: "1010" nsresult: "0x805303f2
(NS_ERROR_DOM_PROP_ACCESS_DENIED)"
Comment 7•24 years ago
|
||
hyatt: you mentioned something about security fu wrt about:blank?
Comment 10•24 years ago
|
||
*** Bug 69727 has been marked as a duplicate of this bug. ***
Comment 11•24 years ago
|
||
Marking nsbeta1- bugs as future to get off the radar
Target Milestone: --- → Future
Reporter | ||
Comment 12•23 years ago
|
||
Haven't seen this for a while. Will reopen if I see it again...
20020117
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 13•23 years ago
|
||
verify; the throw was commented out
http://lxr.mozilla.org/seamonkey/source/xpfe/global/resources/content/bindings/scrollbar.xml#64
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•