question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Steppers don't work properly when panel is zoomed

See original GitHub issue

I use zoom: 1.5 for root div because otherwise panel is too small for my liking. But the issue is that steppers don’t work properly when panel is zoomed. By stepper I mean input defined with options { step: 1, min: 1, max: 100 }

Thank you for a great library. It is great aesthetic alternative for dat.gui

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
felixakiragreencommented, Feb 11, 2022

Hey @cocopon !

Fantastic library, thank you for all the work you’ve put into this!

Just wanted to drop a note letting you know that zoom is broken again for sliders. But, it’s not a big issue, so that’s why I didn’t create a new issue for it.

I have pretty bad eyesight, so I wanted to make my tweakpane 150% bigger. After zoom not working, I tried transform scale, which does work, but messes up the layout of my page. I dug into the theming and found --tp-blade-unit-size but that only adjusted the height, not the text size.

Leaving this here in case it’s helpful for anyone else: I was able to get everything to a nice place by using these styles:

<style>
	:root {
		--tp-blade-unit-size: 24px;
	}
	.tp-rotv {
		font-size: 14px !important;
	}
	.tp-lblv_v {
		min-width: 50% !important;
	}
</style>
1reaction
vforshcommented, Jan 23, 2020

@cocopon Fixed, works like a charm. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

7 Zoom Meeting Tips Every User Should Know! - YouTube
Zoom video conferencing is the most popular online meeting app in the world. But do you know how to get the most out...
Read more >
java - Abnormal Behaviour of the Zoom In and Zoom Out ...
1 Answer 1 · Have you tried my example? If you have taken my example buttons are not working on first click. ·...
Read more >
What to try if your Surface touchscreen doesn't work
If touch doesn't work on your Surface, your touchscreen most likely ... and try to scroll, pinch to zoom, swipe in from the...
Read more >
7 Ways to Troubleshoot If Your Zoom Camera Is Not Working
If your Zoom camera isn't working, make sure the camera is properly installed and works in other apps. · Check to make sure...
Read more >
What if I Start a Slide With a Zoom Region?
Step Four: Slide Transition. Note: Our desired effect won't work if there's a transition applied to the slide. Since this zoom region will ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found