Opened 15 years ago
Closed 15 years ago
#349 closed defect (fixed)
Previous View / Next View don't always work correctly
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 1.1.1 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | 1270365 | Operating System: | All |
state: | New |
Description
There's a bug in the boundsEqual method in ExtentHistory.js. It compares two bounds to within a tolerance and returns if they're equal. The computation is done in map units, and it does some normalization. But there's a typo in the normalization code which causes the method to return the wrong result if all of the top/bottom/left/right values are negative.
Change History (2)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in trunk with submission r2013.