Curtis Johnston was allowed to voluntarily surrender his teaching license after the superintendent told a state investigator that no investigations existed, records show
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);
}
});
});
In a vote closely watched by other states with budget woes, Oregon voters chose to impose corporate tax hikes and an income tax increase on the wealthiest of taxpayers to prevent mammoth cuts to public education and other state services. It had been eight years since Oregon voters last approved a statewide tax increase, and it was greeted with relief by education and public service advocates, The Oregonian reported.
The last time voters approved a tax increase was 2002, when they agreed to bump up tobacco taxes to help pay for the Oregon Health Plan. Voters rejected income tax increases twice in recent years.
Not only did the tax measures pass Tuesday, but they passed easily -- by 54 percent. Multnomah County -- home to Portland -- went heavily for the measures, but support was also strong in more conservative parts of the state.
"They did a great job of pounding, 'It's only $10,'" said Bob Tiernan, chairman of the state Republican Party. "We got swamped by the union money."
In Washington state, some lawmakers grappling with a $2.6 billion budget gap and talking about taxing muffins and soda pop no doubt are looking longingly south this morning. Democratic leaders -- including Gov. Christine Gregoire -- have talked about deep budget cuts, and suspending or modifying Initiative 960, which requires a two-thirds vote of the Legislature or voter approval to raise taxes.
Gregoire has proposed cuts that would gut services to the poor, eliminate all-day kindergarten and eliminate health insurance for thousands of low-income families. But she is looking for ways to avoid many of the most draconian of those cuts. A state income tax is said to be off the table, as it is every year. Perhaps lawmakers here should study the Oregon vote, and how advocates of protecting services for the most needy got their victory.
It's only $10, after all. That's what Oregonians decided in voting to approve higher corporate and income taxes. What would the Washington version of that slogan be?
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!
Curtis Johnston was allowed to voluntarily surrender his teaching license after the superintendent told a state investigator that no investigations existed, records show