New issue
Advanced search Search tips

Issue 848534 link

Starred by 3 users

Issue metadata

Status: Archived
Owner: ----
Closed: Jun 2018
Cc:
Components:
EstimatedDays: ----
NextAction: 2018-06-15
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

M67 innerText on Custom Elements no longer returning post CSS transform

Project Member Reported by tlyttelton@google.com, Jun 1 2018

Issue description

Chrome Version: 67.0.3396.62 (Official Build) (64-bit)
URL : N/A

There seem to be subtle changes in the way that M67 applies CSS between different ShadowDoms and how it relates to getting text values.

We are using Polymer and have something similar to:

<sidebar>
  <style>
    paper-tabs {
      --paper-tabs: {
        text-transform: uppercase;
      };
    }
  </style>
  <paper-tabs>
    <paper-tab id="myTab">Some text</paper-tab>
  </paper-tabs>
</sidebar>

Getting the innerText on #myTab used to give us "SOME TEXT" but using M67, fetching the innerText using JS we get "Some text".

Both old and new versions correctly display the capitalized "SOME TEXT" in the paper-tab.
 
Labels: Needs-Triage-M67

Comment 2 by tkent@chromium.org, Jun 1 2018

Cc: tkent@chromium.org
Components: Blink>HTML
Labels: Needs-Feedback
NextAction: 2018-06-15
Reporter, would you provide a complete code to reproduce this please?

The NextAction date has arrived: 2018-06-15

Comment 4 by tkent@chromium.org, Jun 15 2018

Status: Archived (was: Unconfirmed)
feedback timeout

Sign in to add a comment