Skip to main content

Search and Top Navigation

#3808 closed bug (fixed)

Opened January 13, 2009 03:16PM UTC

Closed January 15, 2009 11:19PM UTC

Last modified January 17, 2010 06:11AM UTC

Dragging dialog with bgiframe option set to true leads to dialog display problems

Reported by: Skaffen Owned by:
Priority: blocker Milestone: 1.7
Component: ui.dialog Version: 1.6rc4
Keywords: Cc:
Blocked by: Blocking:
Description

With version 1.6rc4 (I'm sure I wasn't seeing this with 1.6rc2) when dragging a dialog under IE6 with bgiframe 2.1.1 included and the bgiframe option set to true for the dialog you get something odd happen to the display of the frame and its contents. Perhaps this is due some opacity setting confusing IE6 as the text and images seem to have become transparent - although the select box is entirely hidden.

Without bgiframe set to true it's fine.

I've tested it by editing the dialog default demo to include the bgiframe file and enable the bgiframe:true option and have seen the behaviour there. I'll attach a screen shot showing the dialog before dragging and after dragging.

Attachments (2)
Change History (5)

Changed January 13, 2009 03:21PM UTC by Skaffen comment:1

I should have put "IE6" in the summary - apologies. Also apologies if this should be classed as a bgiframe issue, or a draggable issue, rather than a dialog one!

Changed January 15, 2009 01:59PM UTC by scottgonzalez comment:2

milestone: TBD1.6
priority: minorblocker

Changed January 15, 2009 10:51PM UTC by scottgonzalez comment:3

Setting the opacity option to false in bgiframe prevents the problem.

Changed January 15, 2009 11:08PM UTC by scottgonzalez comment:4

Setting draggable's opacity option to null fixes the problem.

Changed January 15, 2009 11:19PM UTC by scottgonzalez comment:5

resolution: → fixed
status: newclosed

Fixed in r1616. Set draggable's default opacity to null (preserve opacity).