Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#1825 closed enhancement (fixed)

Remember positions of popup windows

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 3.3
Component: web Version:
Keywords: Cc:

Description

I got an extra monitor and realized that it would be useful to remember positions of popup windows.

Change History (3)

comment:1 by Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: newclosed

(In [6503]) Fixes #1825: Remember positions of popup windows

The positions are remembered as long as the main BASE site is open.

Also added a configuration settings that allows a user to disable this feature.

comment:2 by Nicklas Nordborg, 10 years ago

(In [6506]) References #1825: Remember positions of popup windows

Need to store the old positions as JSON strings instead of objects which doesn't work in IE. Gives error message: SCRIPT1717: The interface is unknown.

comment:3 by Nicklas Nordborg, 10 years ago

(In [6507]) References #1825: Remember positions of popup windows

More fixes since browsers doesn't make the window the exact size as requested. Thus, when saving the previous position and then re-opening the window with those values it will shift slightly in size each time.

  • Firefox: -1 pixel in height
  • IE: +4 pixels in width/height
Note: See TracTickets for help on using tickets.