Skip to main content

Bug Tracker

Side navigation

#1868 closed bug (invalid)

Opened October 31, 2007 01:21PM UTC

Closed October 12, 2009 11:26PM UTC

loosing position property of the element affected by the block function

Reported by: akousari Owned by:
Priority: major Milestone: 1.2.2
Component: plugin Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

when the block function is called all elements with static postioning whitin the blocked div loose their static property.

Solution:

Add the following line in the unblock function

this.style.position = 'static';

You can of course go further and keep a boolean field so if the positioning has not changed (within the block function) then don't set it to static (keep it relative).

Attachments (0)
Change History (3)

Changed October 31, 2007 01:32PM UTC by akousari comment:1

Concerns the BlockUI plugin

Changed November 28, 2007 07:36AM UTC by davidserduke comment:2

component: coreplugin

Changed October 12, 2009 11:26PM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .