Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The slider causes a stack overflow. #202

Closed
LaG1924 opened this issue Jul 2, 2021 · 1 comment
Closed

The slider causes a stack overflow. #202

LaG1924 opened this issue Jul 2, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@LaG1924
Copy link

LaG1924 commented Jul 2, 2021

Crash from stack overflow with the right position of this slider <label> Mouse sensetivity <input type="range" min="0.001" max="0.8" step="0.01" id="mouseSensetivity" /> </label>. The crash goes away if you set the min value a little higher.

MyApp.exe!Rml::ElementFormControlInput::OnAttributeChange(changed_attributes={...}) Line 140 C++
MyApp.exe!Rml::Element::SetAttribute<float>(name={...}, value=0.800000012) Line 52 C++
MyApp.exe!Rml::WidgetSlider::SetValueInternal(new_value=0.800999939) Line 598 C++
MyApp.exe!Rml::WidgetSlider::SetValue(target_value=0.800000012) Line 207 C++
MyApp.exe!Rml::InputTypeRange::OnAttributeChange(changed_attributes={...}) Line 92 C++
MyApp.exe!Rml::ElementFormControlInput::OnAttributeChange(changed_attributes={...}) Line 140 C++
MyApp.exe!Rml::Element::SetAttribute<float>(name={...}, value=0.800000012) Line 52 C++
MyApp.exe!Rml::WidgetSlider::SetValueInternal(new_value=0.800999939) Line 598 C++
MyApp.exe!Rml::WidgetSlider::SetValue(target_value=0.800000012) Line 207 C++
MyApp.exe!Rml::InputTypeRange::OnAttributeChange(changed_attributes={...}) Line 92 C++
MyApp.exe!Rml::ElementFormControlInput::OnAttributeChange(changed_attributes={...}) Line 140 C++
@mikke89
Copy link
Owner

mikke89 commented Jul 2, 2021

Thanks, I'll look into it!

@mikke89 mikke89 added the bug Something isn't working label Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants