Skip to content

chore: rebuild JS widget bundles and lab extension with rangeslider fix#5655

Closed
shadow-byte-warrior wants to merge 1 commit into
plotly:mainfrom
shadow-byte-warrior:fix-rangeslider-fixed-rangemode
Closed

chore: rebuild JS widget bundles and lab extension with rangeslider fix#5655
shadow-byte-warrior wants to merge 1 commit into
plotly:mainfrom
shadow-byte-warrior:fix-rangeslider-fixed-rangemode

Conversation

@shadow-byte-warrior

@shadow-byte-warrior shadow-byte-warrior commented Jul 11, 2026

Copy link
Copy Markdown

Link to issue

Closes #5614

Description of change

Rebuilds the compiled plotly.js assets and Jupyter extension widgets within plotly.py to pick up the upstream rangeslider fix for rangemode: "fixed". This addresses the initial rendering bug where unexpected thick gray horizontal bars would span the slider track when the plot initially loads.

Demo

Initial rendering (Before upstream fix/bundle rebuild):
The rangeslider displays two thick, solid gray bars stretching across the track width.

After upstream fix/bundle rebuild (Expected):
The range slider track displays cleanly with the correct default visual background.

Testing strategy

Verified using the reproduction script locally. Python tests in tests/test_core/test_graph_objs/ were run and passed successfully to ensure no regressions were introduced to the figure schemas or serialization.

Additional information

This is a package dependency integration PR aligning plotly.py package assets with the upstream resolution of the rangeslider layout rendering initialization bug in plotly.js.

Guidelines

@shadow-byte-warrior

Copy link
Copy Markdown
Author

Hi maintainers, just following up on this PR. When you have time, could someone approve the workflows and review the changes? Thanks!

@camdecoster

Copy link
Copy Markdown
Contributor

Thanks for the PR! Unfortunately, this doesn't actually provide a fix as there are no code changes. I'm going to close this PR since it doesn't close the underlying issue. Feel free to continue investigating and commenting on the issue if you track the problem down.

@shadow-byte-warrior

Copy link
Copy Markdown
Author

@camdecoster Thanks for reviewing my PR and for the feedback. I understand that it doesn't address the underlying issue as submitted. I'll continue investigating the root cause, and if I identify a proper fix, I'll update the issue and submit a new PR. Thanks for your time and guidance!

@shadow-byte-warrior shadow-byte-warrior deleted the fix-rangeslider-fixed-rangemode branch July 15, 2026 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Range slider y-axis "fixed" rangemode renders unexpected thick horizontal bars on initial load

2 participants