Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#5766 closed bug (fixed)

position: collision should take margin into account

Reported by: bhollis Owned by:
Priority: major Milestone: 1.8.5
Component: ui.position Version: 1.8.2
Keywords: Cc:
Blocked by: Blocking:

Description

The position utility should take into account margins when performing collisions (or offer some other way of offsetting the collision box from the element itself). This way you could prevent positioned elements from getting too close to the edge of the screen. This is especially useful when the positioned element uses -moz-box-shadow, since a shadow that falls outside the page will cause scrollbars.

Change History (8)

comment:1 Changed 13 years ago by bhollis

comment:2 Changed 13 years ago by bhollis

I'd really love to see this patch committed - without it there's no good way to use drop shadows on positioned elements or pop stuff up that doesn't go to the exact edge of the screen.

comment:3 Changed 13 years ago by Jörn Zaefferer

Milestone: TBD1.9
Priority: minormajor
Type: enhancementbug

Tested that commit. Testsuite fails on IE8.

comment:5 Changed 13 years ago by bhollis

I rebased the IE8 fix and the original patch together into one commit on top of the latest master if that makes it easier to pull: http://github.com/bhollis/jquery-ui/commit/118a2f86a1c74ab5f42a1700512ec33667296f12

comment:6 Changed 13 years ago by Scott González

Resolution: fixed
Status: newclosed

Fixed in 4b9d5d1. Thanks bhollis.

comment:7 Changed 13 years ago by Scott González

Milestone: 1.91.8.5

comment:8 Changed 12 years ago by Ben Hollis

Position: Take margin into account when performing collisions. Fixes #5766 - position: collision should take margin into account.

Changeset: 4b9d5d1b5bd36726c6e49b105c0f75649cca1ae4

Note: See TracTickets for help on using tickets.