Opened 16 years ago
Closed 16 years ago
#2661 closed Task (fixed)
Make dialog text boxes work in IE6.
Reported by: | Martin Kou | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | UI : Dialogs | Version: | |
Keywords: | Cc: |
Description
Two problems right now...
- Text boxes that are in initially hidden tab pages are left half-rendered by IE6.
- Text boxes would overflow the parent container in standards mode.
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [2709].
Click here for more info about our SVN system.
[2690] fixed the textbox overflow problem in IE6 and IE7.
[2691] is a temporary fix for the half-rendered textboxes in IE6. The cause of those half-rendered textboxes is still not found at this moment. A better fix may be found when the real reason is determined.