Bug SS-3493
1 vote

Math Formatting doesn't work in region placeholders

Created by Martin Kraska on 2/2/2018 2:52 PM Last Updated by faren fatgas on 4/16/2026 3:16 PM
%
 (hrs)
Logged: 0   (hrs)

 Description

    faren fatgas (Thursday, April 16, 2026 3:16 PM) #

Hey, I spent way too much time on one problem and kept getting different wrong answers, then I decided to try https://deltamathaisolver.com/ after seeing it mentioned somewhere. I used it on that exact question and at first I still didn’t get it because I skipped a step, but once I followed the full breakdown it finally made sense. After that I finished the rest much faster without repeating the same mistake.

    Alex Seen (Thursday, April 16, 2026 3:15 PM) #

thanks for fixing this bug! 

    smath (Tuesday, February 6, 2018 7:09 PM) #

Fixed for RegionHolder.

But to make this work for all Regions based on RegionHolder developers should call the following in the overridden OnEvaluation method:

base.OnEvaluation(store);
 
Done for PlotRegion.