Skip to main content

Search and Top Navigation

#5677 closed bug (worksforme)

Opened May 30, 2010 10:16AM UTC

Closed May 30, 2010 05:48PM UTC

Last modified October 11, 2012 09:15PM UTC

dialog, negative offset not working

Reported by: marianp Owned by:
Priority: minor Milestone:
Component: ui.dialog Version: 1.8.1
Keywords: Cc:
Blocked by: Blocking:
Description

hi,

dialog position transforms negative values to 0 like so:

position:[-10000,-10000] gives top:0px and left:0px

positive values are ok.

In 1.7.2 they worked as expected

Attachments (0)
Change History (4)

Changed May 30, 2010 04:53PM UTC by rdworth comment:1

May be related to #5141

Changed May 30, 2010 05:48PM UTC by scottgonzalez comment:2

resolution: → worksforme
status: newclosed

This is functioning as intended. Dialogs are intentionally forced to display completely within the window when they're opened.

Changed May 30, 2010 05:50PM UTC by scottgonzalez comment:3

When #5459 is implemented, you will be able to override this functionality and get the 1.7.2 behavior again. However, opening a dialog that is off the screen isn't really a good idea.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:4

milestone: TBD

Milestone TBD deleted