Opened 10 years ago
Closed 8 years ago
#2243 closed defect (done)
JavaScript error when showing symbolic models in mathematical notation (MathJax)
Reported by: | gkronber | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | Problems.DataAnalysis.Symbolic.Views | Version: | 3.3.10 |
Keywords: | Cc: |
Description
Change History (15)
comment:1 Changed 10 years ago by gkronber
comment:2 Changed 10 years ago by ascheibe
- Milestone changed from HeuristicLab 3.3.11 to HeuristicLab 3.3.12
comment:3 Changed 10 years ago by gkronber
- Owner set to gkronber
- Status changed from new to accepted
comment:4 Changed 9 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.12 to HeuristicLab 3.3.13
comment:5 Changed 9 years ago by gkronber
We should also update to a more recent version of MathJax if possible.
comment:6 Changed 9 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.13 to HeuristicLab 4.x Backlog
comment:7 Changed 8 years ago by mkommend
- Owner changed from gkronber to mkommend
- Status changed from accepted to assigned
comment:8 Changed 8 years ago by mkommend
- Milestone changed from HeuristicLab 4.x Backlog to HeuristicLab 3.3.14
- Status changed from assigned to accepted
comment:9 Changed 8 years ago by mkommend
r13932: Added MathJax-2.6.1 to ExtLibs.
comment:10 Changed 8 years ago by mkommend
r13933: Deleted old MathJax version from extlibs, adapted displayModelFrame.html and tex exporter to work with new MathJax version.
comment:11 Changed 8 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:12 follow-up: ↓ 14 Changed 8 years ago by gkronber
r13984: re-added javascript method to allow repainting the formula when we change the model (relevant when using the mathjax view together with the simplifier).
comment:13 Changed 8 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
comment:14 in reply to: ↑ 12 Changed 8 years ago by mkommend
Replying to gkronber:
r13984: re-added javascript method to allow repainting the formula when we change the model (relevant when using the mathjax view together with the simplifier).
Thanks for identifying and fixing this newly introduced bug. I have tested the behavior once again and the refreshModel function is indeed necessary for the view to work correctly.
comment:15 Changed 8 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Works on my Windows 7 machine. But does not work on swagners Windows 8 machine.