Ticket #692 (closed defect: worksforme)
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
Note: See
TracTickets for help on using
tickets.
