Ticket #692 (closed defect: worksforme)

Opened 7 years ago

Last modified 6 years ago

Popup windows display at incorrect position on IE 6(1024x768)

Reported by: Jim <jimcartlidge@…> Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version:
Severity: trivial Keywords:
Cc:

Description

change popup.js lines (76/77 ish - may have removed some lines)

var x = Math.abs((screen.availWidth - W) / 2); var y = Math.abs((screen.availHeight - H) / 2);

for some reason IE was reporting that the window's scroll size was greater than the screen size. ABS solved the problem, however the window is not centered correctly. (The I button works, the ? button doesn't).

Change History

Changed 6 years ago by gogo

  • status changed from new to closed
  • resolution set to worksforme

WFM, IE7

Note: See TracTickets for help on using tickets.