Multiple Set speed limit calls when holding mouse button while changing speed limit
See original GitHub issueDescription
Speed limits tool - multiple set speed limit of lane
calls if user holds mouse button while changing speed limit.
Noticeable only in debug build log.
Reproduction Steps
Add more steps as nessecary.
- Open speed limits tool
- Select any speed limit
- Try to change speed limit of lane by ‘click and hold’ mouse button.
The longer you hold mouse button the more updates will be triggered.
Mod List
Please list the mods enabled when you noticed the bug.
- TM:PE [STABLE]
Output Log
Log fragment
[Debug] @ 2859127769 SpeedLimitManager: Setting speed limit of lane 138206 to 40
[Debug] @ 2859636774 SpeedLimitManager: Setting speed limit of lane 95423 to 40
[Debug] @ 2859644023 SpeedLimitManager: Setting speed limit of lane 138206 to 40
[Debug] @ 2859656160 SpeedLimitManager: Setting speed limit of lane 95423 to 40
[Debug] @ 2859662617 SpeedLimitManager: Setting speed limit of lane 138206 to 40
[Debug] @ 2860226599 SpeedLimitManager: Setting speed limit of lane 95423 to 40
[Debug] @ 2860233278 SpeedLimitManager: Setting speed limit of lane 138206 to 40
[Debug] @ 2860247125 SpeedLimitManager: Setting speed limit of lane 95423 to 40
[Debug] @ 2860253805 SpeedLimitManager: Setting speed limit of lane 138206 to 40
[Debug] @ 2860843788 SpeedLimitManager: Setting speed limit of lane 95423 to 40
[Debug] @ 2860851551 SpeedLimitManager: Setting speed limit of lane 138206 to 40
[Debug] @ 2860864291 SpeedLimitManager: Setting speed limit of lane 95423 to 40
[Debug] @ 2860870559 SpeedLimitManager: Setting speed limit of lane 138206 to 40
[Debug] @ 2861411122 SpeedLimitManager: Setting speed limit of lane 95423 to 40
[Debug] @ 2861419469 SpeedLimitManager: Setting speed limit of lane 138206 to 40
[Debug] @ 2861432819 SpeedLimitManager: Setting speed limit of lane 95423 to 40
[Debug] @ 2861439275 SpeedLimitManager: Setting speed limit of lane 138206 to 40
[Debug] @ 2861988519 SpeedLimitManager: Setting speed limit of lane 95423 to 40
[Debug] @ 2861995261 SpeedLimitManager: Setting speed limit of lane 138206 to 40
[Debug] @ 2862009132 SpeedLimitManager: Setting speed limit of lane 95423 to 40
[Debug] @ 2862015323 SpeedLimitManager: Setting speed limit of lane 138206 to 40
[Debug] @ 2862482250 SpeedLimitManager: Setting speed limit of lane 95423 to 40
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Change Pointer Control settings for accessibility on Mac
Maximum speed : Set the maximum speed at which the pointer moves. Alternate pointer actions. Perform a left-click, right-click, double-click, triple-click, or ...
Read more >Manual Speed Limit Assist operation
Setting speed limit. Press and hold Driving Assist ( ) button at the desired speed. The speed limit indicator ( ) light will...
Read more >Fastclicker - Automatically click while holding down a button
I was using MouseKeys to click without the mouse, but this program is way more effective. You input the speed at which to...
Read more >JavaFX Spinner change is slow with click and hold of ...
The speed of Spinner update is slow when I click and hold the up/down arrow buttons. Is there a way to increase the...
Read more >Toyota speed limit warning. Turn on, off and adjust the settings.
Toyota allows you to set a speed limit warning on their vehicles. Here is how to turn it on, turn it off, and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It should not log “changed speed limit” if it was actually set to the same value. Then it will work as intended.
This feature was removed by #709