91勛圖厙

Watch CBS News

Kavanaugh saga's potential lasting impact on the nation

With one floor speech, Sen. Susan Collins decided the fate of a question consuming Capitol Hill, Washington and the country for the past three weeks — and barely 24 hours later, that question's answer was cemented when the Senate voted 50-48 to confirm Brett Kavanaugh on the Supreme Court. 

Kavanaugh's confirmation process roiled the country and at times evoked the worst in partisanship and human nature. As Republican Sen. Jeff Flake put it as he called for the FBI review into sexual misconduct allegations against Kavanaugh, "This country is being ripped apart here." 

But the turmoil wrought by the process, and the impact it has on Kavanaugh's reputation on the court, could endure. 

"It can have a lasting impact," said White House spokesman Raj Shah. "I'm also concerned about the impact on the court. I'm concerned about the impact on future potential nominees. So yeah, it's going to have a lasting impact, it's very unfortunate."

Sen. Dick Durbin, the Senate Minority Whip, told "CBS This Morning" earlier this week he isn't sure what the impact on the court will be. But he compared the situation to that of Clarence Thomas, who was accused during his confirmation process of sexual harassment by Anita Hill

"He spent 10 years in sullen silence over the experience that he went through," Durbin said. "If we go through and put Brett Kavanaugh on the court, I just don't know what he's going to do at that point. But I don't trust his temperament at this point, his demeanor. That is really a basic element when it comes to jurisprudence."

The allegations against Kavanaugh elicited conversations about the #MeToo movement that could reach into the future. 

When Ford testified, callers dialed into C-SPAN with their stories of sexual assault. On air, Fox News' Chris Wallace shared that his daughters told him "stories that I had never heard before about things that happened to them in high school." 

Yet, from another perspective held by the president and some of his supporters, the saga has highlighted the importance of the concept of innocent until proven guilty and "due process," as Sen. Susan Collins said in her lengthy and decisive floor speech Friday afternoon. 

"Well, I say that it's a very scary time for young men in America, when you can be guilty of something that you may not be guilty of," President Trump told reporters earlier this week. "What's happening here has much more to do than even the appointment of a Supreme Court Justice. It really does." 

Republicans hope the battle to confirm Kavanaugh will energize their base for the midterm elections. 

Senate Majority Leader Mitch McConnell told The Washington Post that the protests against Kavanaugh have been a "great political gift" to the Republican Party. 

"I want to thank the mob, because they've done the one thing we were having trouble doing, which was energizing our base," McConnell told the Post. 

Mr. Trump called the Kavanaugh confirmation process  —  and ensuing backlash — a "rallying cry" for the GOP. 

Democrats were already fired up before the Kavanaugh confirmation process — "They're already jacked up to 10, it's personal for them," GOP strategist Ford O'Connell said. But the outrage over Kavanaugh has emboldened "complacent" Republicans, O'Connell said. 

But a more fundamental question is at stake, Supreme Court Justice Elena Kagan said Friday night at Princeton University.

"This is a really divided time," Kagan said. "Part of the Court's strength and part of the Court's legitimacy depends on people not seeing the Court the way they see the rest of the governing structures of the country now."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });