#3808 closed bug (fixed)
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 (7)
Changed 14 years ago by
Attachment: | dialog-bgiframe-predrag.jpg added |
---|
Changed 14 years ago by
Attachment: | dialog-bgiframe-postdrag.jpg added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Priority: | minor → blocker |
comment:3 Changed 14 years ago by
Setting the opacity option to false in bgiframe prevents the problem.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r1616. Set draggable's default opacity to null (preserve opacity).
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!