Issue metadata
Sign in to add a comment
|
M67 innerText on Custom Elements no longer returning post CSS transform |
||||||||||||||||||||||
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.
,
Jun 1 2018
Reporter, would you provide a complete code to reproduce this please?
,
Jun 15 2018
The NextAction date has arrived: 2018-06-15
,
Jun 15 2018
feedback timeout |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by krajshree@chromium.org
, Jun 1 2018