School leaders received numerous reports that former high school English teacher Curtis Johnston was “dating” a student but failed to intervene, complaint says
InvestigateWest (investigatewest.org) is an independent news nonprofit dedicated to investigative journalism in the Pacific Northwest. Visit investigatewest.org/newsletters to sign up for weekly updates.
';
document.querySelector('#copytext').value = textContent;
modal.showModal();
});
// Modal close functionality
const modal = document.querySelector('.republish-modal');
const closeBtn = document.querySelector('.republish-modal-close');
// Close button click
closeBtn.addEventListener('click', function() {
modal.close();
});
// Close on backdrop click
modal.addEventListener('click', function(e) {
if (e.target === modal) {
modal.close();
}
});
// Close on ESC key (this is usually built-in, but adding for safety)
modal.addEventListener('keydown', function(e) {
if (e.key === 'Escape') {
modal.close();
}
});
// Copy text button functionality
document.querySelector('.copy-text-button').addEventListener('click', async function() {
const textarea = document.querySelector('#copytext');
const text = textarea.value;
try {
// Try modern Clipboard API first
if (navigator.clipboard && window.isSecureContext) {
await navigator.clipboard.writeText(text);
this.textContent = 'Copied!';
} else {
// Fallback for older browsers
textarea.select();
document.execCommand('copy');
this.textContent = 'Copied!';
}
// Reset button text after 2 seconds
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
} catch (err) {
console.error('Failed to copy text: ', err);
// Fallback to selection if copying fails
textarea.select();
this.textContent = 'Text selected';
setTimeout(() => {
this.textContent = 'Copy text';
}, 2000);
}
});
});
We’re bidding a grateful farewell this week to our executive editor and one of InvestigateWest’s co-founders, Carol Smith, who is leaving to become an editor at KUOW.
Carol has been instrumental in the success we’ve achieved over the last four years. She helped us to pioneer the concept of a journalism studio here in Seattle, and wrote or edited some of our mostmemorablestories, including an award-winning investigation into the workplace dangers of chemotherapy drugs. That one led to two new state laws in Washington – one the first of its kind in the nation.
Carol will be missed, but she won’t be far. She plans to stay involved with InvestigateWest as a contributing editor and an advisor. And we will continue to collaborate with Carol, Jim Gates, and the rest of the news desk at KUOW as we have regularly since our inception.
So what comes next at InvestigateWest?
It would be impossible to replace Carol. But we will be hiring a new investigative reporter. If you have proven investigative skills and excel at generating story ideas and executing them, get in touch. Data skills are a big plus. Enthusiasm for our mission to sustain and modernize public interest reporting in the Northwest is required.
Please join us in giving Carol a hearty thank-you and wishing her the best at KUOW.
Robert was co-founder of InvestigateWest and a Pulitzer Prize finalist. At the Seattle Post-Intelligencer, Robert exposed a major weakness in the Endangered Species Act and deficiencies in Puget Sound restoration efforts.
The story you just read is only possible because readers like you support our mission to uncover truths that matter. If you value this reporting, help us continue producing high-impact investigations that drive real-world change. Your donation today ensures we can keep asking tough questions and bringing critical issues to light. Join us — because fearless, independent journalism depends on you!
School leaders received numerous reports that former high school English teacher Curtis Johnston was “dating” a student but failed to intervene, complaint says
If you cover criminal justice in the Pacific Northwest — or want to — we’re hosting a free virtual training that may be useful to you and your newsroom
Get the inside scoop in your inbox, free.
Subscribe to our weekly newsletters and never miss an investigation.