Closed
Bug 359660
Opened 19 years ago
Closed 18 years ago
reference to undefined property evt.canBubble
Categories
(Toolkit :: Find Toolbar, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: masayuki)
References
()
Details
Warning: reference to undefined property evt.canBubble
Source File: chrome://global/content/findBar.js
Line: 330
mxr-test says this creature doesn't exist.
Comment 1•19 years ago
|
||
If I understand what |evt.canBubble| is supposed to do, it's testing if an event has the ability to bubble. If that's the case I believe the property we're looking for is |evt.bubbles|.
If this sounds right let me know and I'll upload a patch :)
| Assignee | ||
Comment 2•19 years ago
|
||
(In reply to comment #1)
> If this sounds right let me know and I'll upload a patch :)
If you create the patch, you don't need to create for trunk. Because we'll remove the code by bug 288254.
Depends on: xblfindbar
This is fixed on trunk by bug 288254 now?
Comment 4•18 years ago
|
||
yep
Status: NEW → RESOLVED
Closed: 18 years ago
OS: SunOS → All
Hardware: PC → All
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•