#3829 closed defect (wontfix)
Dialog transparency does not work with Konqueror and IE (on wine)
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.9 |
Keywords: | Dialog transparency | Cc: | |
Blocked By: | Blocking: |
Description
When opening a Dialog using Konqueror (and IE on wine) the transparency does not work and the background is solid.
Change History (4)
comment:1 follow-up: 2 Changed 14 years ago by
comment:2 follow-up: 4 Changed 14 years ago by
Replying to guest:
More info.
Dojo version: dojo-0.9.0beta
OS: Linux Ubuntu 7.04
Browser: Opera 9.21.641, Epiphany 2.18.1, Firefox 2.0.0.5
Mail: [email protected]…
Code: Dialog tests included in the source code
Oops wrong browser. The correct one is:
Browser: Konqueror 3.5.6 and IE6 (wine-0.9.41)
comment:3 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Hi, unfortunately dijit doesn't support konqueror (see the spec for supported browsers: http://dojotoolkit.org/book/dijit-functional-spec/dijit-basics). I checked the real IE (or rather the real windows... ie, not wine) and it'w working fine.
comment:4 Changed 14 years ago by
Replying to guest:
Replying to guest:
More info.
Dojo version: dojo-0.9.0beta
OS: Linux Ubuntu 7.04
Browser: Opera 9.21.641, Epiphany 2.18.1, Firefox 2.0.0.5
Mail: [email protected]…
Code: Dialog tests included in the source codeOops wrong browser. The correct one is:
Browser: Konqueror 3.5.6 and IE6 (wine-0.9.41)
For the archives: Konqueror doesn't support CSS opacity in the KDE 3 timeframe, I believe it will be supported by Khtml 4.x, the samething with the contentEditable used by the editor.
IE doesn't have CSS opacity either but has active X filters, dojo uses those in IE, those filters isn't implemented in wine (I read somewhere that it isn't installed in windows server 2003 either), therefore all tests with opacity wont work visually in wine.
You can develop against wine IE6 (I do) but be sure to test it for real in a windows copy (I use qemu virtualizer for that) before checkin/release.
/ Fredrik
More info.
Dojo version: dojo-0.9.0beta
OS: Linux Ubuntu 7.04
Browser: Opera 9.21.641, Epiphany 2.18.1, Firefox 2.0.0.5
Mail: [email protected]…
Code: Dialog tests included in the source code