Opened 8 years ago
Last modified 8 years ago
#14773 closed defect
Widget renders incorrectly inside a TabContainer when doLayout set to false — at Initial Version
Reported by: | siqi | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Input controls such as textbox, combobox are renderd incorrectly inside a TabContainer? when doLayout = false. This issue can be reproduced in IE6 with Dojo 1.6 and Dojo 1.7 with following steps:
- Copy the test_TabContainer_doLayout.html to the folder "dijit/tests/layout/"
- Open it in IE6.
- Switch to Pane2.
Results: a)If Dojo 1.6 is used, the initial value of the textbox is displayed outside the input field. b)If Dojo 1.7 is used, the initial value of the textbox is invisible until hover mouse over the input field.
Expected result: The initial value should be displayed inside the textbox.
Change History (4)
Changed 8 years ago by
Attachment: | test_TabContainer_doLayout.html added |
---|
Changed 8 years ago by
for me, on trunk, the text is not hidden, but it's mispositioned
Note: See
TracTickets for help on using
tickets.
Test file