Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix nbagg in Chrome 84#18142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jklymak merged 3 commits intomatplotlib:masterfromQuLogic:fix-nbagg-chrome84
Aug 2, 2020
Merged

Conversation

QuLogic
Copy link
Member

@QuLogicQuLogic commentedAug 1, 2020
edited
Loading

PR Summary

We check attributes for Firefox, and old Chrome. Chrome 84 implements a new version of theResizeObserver spec, which uses the same attribute names as Firefox, but a different type. Naturally, JS doesn't complain and just returns undefined...

Also, fix the menu showing up on right-click.

Fixes#18132.

PR Checklist

  • [n/a] Has Pytest style unit tests
  • Code isFlake 8 compliant
  • [n/a] New features are documented, with examples if plot related
  • [n/a] Documentation is sphinx and numpydoc compliant
  • [n/a] Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • [n/a] Documented in doc/api/next_api_changes/* if API changed in a backward-incompatible way

takeru reacted with thumbs up emoji
The ResizeObserver spec changed, though Firefox still does the old way.Previous Chrome implemented an even older version, and 84 implements thelatest version, but not this in-between one we're using.
This is only implemented on Chrome, but prevents some blurriness.
@QuLogicQuLogic added this to thev3.3.1 milestoneAug 1, 2020
@QuLogicQuLogic added the Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions. labelAug 1, 2020
Copy link
Member

@jkseppanjkseppan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Looks good to me, although I don't know the details of all the specs. I trust that you tested this with the browsers mentioned in comments.

@jklymakjklymak merged commitdf50f12 intomatplotlib:masterAug 2, 2020
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestAug 2, 2020
@QuLogicQuLogic deleted the fix-nbagg-chrome84 branchAugust 2, 2020 19:35
dopplershift added a commit that referenced this pull requestAug 2, 2020
…142-on-v3.3.xBackport PR#18142 on branch v3.3.x (Fix nbagg in Chrome 84)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@jkseppanjkseppanjkseppan approved these changes

@jklymakjklymakjklymak approved these changes

Assignees
No one assigned
Labels
GUI: nbaggGUI: webaggRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Projects
None yet
Milestone
v3.3.1
Development

Successfully merging this pull request may close these issues.

A simple 3D scatter plot with %matplotlib notebook is not working
3 participants
@QuLogic@jkseppan@jklymak

[8]ページ先頭

©2009-2025 Movatter.jp