Opened 13 years ago
Closed 13 years ago
#5496 closed defect (fixed)
Form widgets become invisible when TitlePane reopened (IE6)
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Form Widget | Cc: | [email protected]…; [email protected]… |
Blocked By: | Blocking: |
Description
Hi,
I use a table to maintain sets of Form Widgets within a dijit.form.Form widget, and putting all these items inside a TitlePane?. Unfortunately, when I collapse the TitlePane? and unfold it again, the Form widgets disappear, all become invisible. I couldn't figure out the problem by the time but I can figure out when you removed the table and Form widget, the widgets will be shown up again normally. For all Form widgets have the same behaviour in this case, I think there might be some mistake in the common template.
I'll attach the sample to you, please have a look.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | testForm.html added |
---|
comment:1 Changed 13 years ago by
Owner: | set to Douglas Hays |
---|
Hi, thanks for the test case. You didn't say which browser/version has this problem. FF2? In any case I think it's due to the template of form widgets using a table in the 1.0 release, which has been changed in trunk, so I suspect it's already fixed.
comment:2 Changed 13 years ago by
Oh, sorry, I wrote that in a hurry and missing the Browser version. It happens on IE6. But work well in FF2.
In fact I had met simular bug in ticket #5309, and Bill had reply to me that it would be fixed in the next version. I thought it would be in 1.0.2, but it seem's not. So I create this ticket again. For it is really blocking the user to use it normally...
Anyway, thanks to your response. I'll wait the next version. You can close it if it is really fixed in version 1.1
comment:3 Changed 13 years ago by
Summary: | Form widgets become invisible when the TitlePane open again!! → Form widgets become invisible when TitlePane reopened (IE6) |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is a nested table problem with IE that's already been fixed in 1.1. The change is too big to port to 1.0.x.
Test case for Form Widget Sets