Ticket #2847 (closed bug: fixed)
viewRequestID regression and mixin issue
| Reported by: | ahocevar | Owned by: | ahocevar |
|---|---|---|---|
| Priority: | major | Milestone: | 2.11 Release |
| Component: | Tile.Image | Version: | 2.10 |
| Keywords: | Cc: | ||
| State: | Complete |
Description
r10755 brings a regression, because the code shuffling needed for making Tile.Image.IFrame a mixin caused an unintended change in execution flow: renderTile needs to update the viewRequestID every time, and not just when a new imgDiv is created.
The way Tile.Image.IFrame is mixed in will cause the mixin to always be applied, unless the maxGetUrlLength is explicitly set.
The attached patch fixes these regressions. All tests pass. Thanks for any review
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

