Opened 15 years ago

Closed 15 years ago

#34 closed defect (fixed)

InitialView widget, doesn't always zoom in IE6

Reported by: adube Owned by: adube
Priority: major Milestone:
Component: widgets Version: 0.7
Keywords: InitialView, InternetExplorer, IE, IE6 Cc: adube@…

Description

problem

The InitialView widget doesn't always zoom in IE6.

source of the problem

IE6 won't make the second request made by the widget thinking it's already in cache, so the response never gets parsed.

solution

Adding a Math.random() in the request would do the trick.

Change History (2)

comment:1 by adube, 15 years ago

Status: newassigned

comment:2 by adube, 15 years ago

Resolution: fixed
Status: assignedclosed

r738

bug fixed

Note: See TracTickets for help on using tickets.