Opened 7 years ago
Closed 5 years ago
#17827 closed defect (fixed)
Labels not shown for TableContainer's child widgets when put in From
Reported by: | kaushikbis | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.8 |
Component: | DojoX Layout | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi,
I have a non-modal dialog as below :
Floating Pane[
Border Container1 [
{ TitlePane1 [
BorderContainer2 [
Form1[
TableContainer1 [
{ Select1}, { ValidationTextBox1}
]
]
]
] },{TitlePane2}
]
]
Now, the labels for Select1 and ValidationTextBox1 is not coming. TableContainer1 has showLabels=true.
Change History (3)
comment:1 Changed 7 years ago by
Component: | General → DojoX Layout |
---|
comment:2 Changed 7 years ago by
comment:3 Changed 5 years ago by
Milestone: | tbd → 1.9.8 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Yes, you should probably not use a dom reserved work as an attribute name! :) Closing as invalid.
Note: See
TracTickets for help on using
tickets.
Update : one of the Select widget i put into the TableContainer? has the name attribute as "nodeType" which causes this problem.