Closed
Bug 530241
Opened 16 years ago
Closed 15 years ago
onchange event not being fired
Categories
(Skywriter Graveyard :: Editor, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 528947
People
(Reporter: dangoor, Unassigned)
Details
From René on the mailing list:
<script>
window.onBespinLoad = function() {
console.log("this is called when Bespin is loaded");
bespin = document.getElementById("editor").bespin;
bespin.onchange(function() {
alert("foo");
});
};
</script>
If an onchange event is still available in some form, it needs to be
documented. If it's not available, we should consider adding something similar.
Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•