Opened 11 years ago
Closed 11 years ago
#2422 closed defect (fixed)
Total is not calculated correctly if user changes the measure unit in Measure Distance
Reported by: | christinebao | Owned by: | Christine Bao |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | General | Version: | 2.5.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: | DE9930 |
Description
Reported by Autodesk QA:
steps:
- in Browser, open a basic web layout
- view map in 1:100000 scale so that we can verify the calculation easily later
- click 'Measure' button, so there is a Measure Distance dialog in Task pane
- select Measure units as Kilometers
- Draw a 1 cm long line on the map, so in Measure dialog, it displays Segment: 1.00 (Kilometers), Total: 1.00 (Kilometers)
- select Measure units as Meters
- you will find : the segment: 1.00(Meters), Total: 1.00 (Meters)
- continue to draw another 2 cm long line on the map
result: the segment: 2000.00(Meters), Total: 2001.00 (Meters)
expected: the segment: 2000.00(Meters), Total: 3000.00 (Meters)
regression: no, it exists in Knight. but Jedi, it does't have such use case (as user can't change the unit).
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | Fix2422.patch added |
---|
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Submit to trunk in r8005, branch 2.6Lightsaber in r8006.