Ticket #124 (closed defect: fixed)
If EInotebook starts after simulation has started, events prior to current time don't have header grayed out.
| Reported by: | jdalbey | Owned by: | tanmay |
|---|---|---|---|
| Priority: | Low | Milestone: | May 2019 Training |
| Component: | Electronic Instructor Notebook | Version: | |
| Severity: | Minor | Keywords: | |
| Cc: |
Description
Steps to reproduce:
Start simulator. Let run for several minutes.
Start EInotebook. Jump to current time.
Scroll back and notice that prior events are not grayed out as they should be.
Allow another event to pass. Observe that the previous event is grayed out correctly.
Change History
comment:1 Changed 7 years ago by jdalbey
- Owner changed from jdalbey to tanmay
- Status changed from new to assigned
comment:2 Changed 7 years ago by tanmay
- Status changed from assigned to closed
- Resolution set to fixed
comment:3 Changed 7 years ago by jdalbey
- Status changed from closed to reopened
- Resolution fixed deleted
I'm reopening this ticket because the most recent fix doesn't entirely solve the problem. Test case 2 on this page: einotebookTestCases fails because the time at 00:05 doesn't get greyed out. The workaround is to refresh the page.
comment:4 Changed 7 years ago by jdalbey
- Status changed from reopened to closed
- Resolution set to fixed
Fixed in r418. Added a new method to Events.js "setEmphasis" to grey out all events prior to current time and set normal colors and all the rest. Then called this method prior to highlighting the current events.
