paper-header-panel icon indicating copy to clipboard operation
paper-header-panel copied to clipboard

A Material Design panel with top and bottom panes

Results 14 paper-header-panel issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

cla: yes
dependencies

### Description Element can't be programmatically built using standard DOM API with Chrome. It seems to work just fine with newer version of Firefox and Safari. ### Expected outcome I...

The CSS properties (--layout-vertical, --layout-flex, --layout-fit, ...) of the iron-flex-layout.html import does not apply on the paper-header-panel element. It seems that the properties are not accessible. For example the **@apply...

# mainContainer should not even be in the tab order. This is reproducible on the demo page with both NVDA and JAWS in Firefox on Windows.

_modeChanged forces a style recalc/layout before anything on the page is visible, blocking the unpainted page for 60ms. If I apply my fix from Polymer/polymer#3629, the forced recalc and layout...

help wanted
p2 - icebox

The doc mentions the `fit` attribute will apply `--layout-fit` to the `#maincontent`, but this promise is not implemented here. Would either mention it in the doc to ask the user...

p1 - backlog

Here's a live example: https://papayapythons.com/ Refreshing the page sometimes fails to render the main content node, with the `#mainContainer` element containing no content whatsoever. Sometimes it's fine. Disastrous, to say...

pending-response

I'm using paper-header-panel with a paper-drawer-panel. Print view in portrait results in a "collapsed" drawer in Chrome, but the content of mainPanel is hidden. The only thing shown are the...

p1 - backlog

I tried to wrap the paper-header-panel in a custom element like so: ``` Polymer({ is: 'ens-header' }); ``` and used the new element on the page like so: ``` This...

p1 - backlog