Opened 9 years ago
Closed 9 years ago
#1115 closed defect/bug (fixed)
Route Description list error
Reported by: | алексей черепанов | Owned by: | cp15 |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | gui/internal | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
If Route Description contains more than one page when I tap "Next" next page is displayed and then turns back in a moment.
Change History (6)
comment:1 Changed 9 years ago by tryagain
comment:2 Changed 9 years ago by алексей черепанов
I found this error on WinCE and Linux. You can reproduce it this way. Take Russia map, start route in "Челябинск, проспект Победы 335" and finish it at "Челябинск, улица Машиностроителей 21". Open Route Description and reduce window vertical size until route description text will fit in 2 pages. Than you will see "Prev" and "Next" in bottom of screen. Tap "Next" and you'll see next page for a moment and it returns back to 1st page.
comment:3 Changed 9 years ago by алексей черепанов
I understand what is wrong. It's OK while vehicle is inactive. On next GPS data route is recalculated and route list drops to begin.
comment:4 Changed 9 years ago by tryagain
- Resolution set to fixed
- Status changed from new to closed
comment:5 Changed 9 years ago by алексей черепанов
- Resolution fixed deleted
- Status changed from closed to reopened
Something was broken in r5486 and now route description permanently jumps to the end of route with active GPS. It would be better suspend route recalculation while show route description.
comment:6 Changed 9 years ago by tryagain
- Resolution set to fixed
- Status changed from reopened to closed
Automatically updating route description is too neat feature to give up on such a small bug.
Fixed with r5493.
I can't reproduce this on my device. Might be a memory issue...
Try to add the cache_size="500000" (size is given in bytes) to <config tag of navit.xml to see if something will be changed (prepeare to slow operation)