Closed Bug 530241 Opened 15 years ago Closed 14 years ago

onchange event not being fired

Categories

(Skywriter Graveyard :: Editor, defect, P2)

Other
Other
defect

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.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.