Closed
Bug 9150
Opened 26 years ago
Closed 26 years ago
oncreate/onclick crashes for popups and tooltips
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
INVALID
M10
People
(Reporter: mikepinkerton, Assigned: hyatt)
Details
(Whiteboard: [PDT+])
Create a popup with an oncreate handler and it will crash trying to set the
oncreate listener on the rdf element. It looks as if the script context owner is
bad (bad vtable).
Not quite a blocker, but pretty close.
Reporter | ||
Comment 1•26 years ago
|
||
i just tested this and it happens with both tooltips and popups on both win32 and
macOS. can't test linux (my box is dead).
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M10
Reporter | ||
Updated•26 years ago
|
Severity: critical → blocker
Summary: oncreate crashes for popups and tooltips → oncreate/onclick crashes for popups and tooltips
Reporter | ||
Comment 2•26 years ago
|
||
This also happens with onclick, so that's really bad. upping to blocker and
updating the Summary field.
Assignee | ||
Comment 3•26 years ago
|
||
This will go away when popups are re-architected early in M10.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 4•26 years ago
|
||
I'm marking this invalid ahead of time just to clear out the noise. The new XP
popup code will invalidate this bug.
Comment 6•25 years ago
|
||
pink/hyatt, do either of you have a testcase for this? Is it as simple as
running the mouse over an item that contains a tooltip? Would love to take this
off the radar...
Updated•25 years ago
|
QA Contact: phillip → ckritzer
Comment 7•25 years ago
|
||
Re-assigning from phillip to me.
Assignee | ||
Comment 8•25 years ago
|
||
Can be verified by making sure context menus work in the browser HTML area.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•25 years ago
|
||
Marking VERIFIED INVALID per hyatt & pinkerton's comments (about re-architecture
of popups in M10).
You need to log in
before you can comment on or make changes to this bug.
Description
•