Changes between Initial Version and Version 1 of Ticket #14773
- Timestamp:
- Feb 28, 2012, 10:54:35 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14773
- Property Owner set to Douglas Hays
-
Property
Status
changed from
new
toassigned
-
Property
Component
changed from
Dijit
toDijit - Form
-
Property
Summary
changed from
Widget renders incorrectly inside a TabContainer when doLayout set to false
toTextBox: renders incorrectly inside a TabContainer when doLayout set to false
-
Ticket #14773 – Description
initial v1 2 2 This issue can be reproduced in IE6 with Dojo 1.6 and Dojo 1.7 with following steps: 3 3 4 1. Copy the test_TabContainer_doLayout.html to the folder "dijit/tests/layout/"4 1. Copy the attached test_TabContainer_doLayout.html to the folder "dijit/tests/layout/" 5 5 2. Open it in IE6. 6 6 3. Switch to Pane2. 7 7 8 8 Results: 9 a)If Dojo 1.6 is used, the initial value of the textbox is displayed outside the input field. 10 b)If Dojo 1.7 is used, the initial value of the textbox is invisible until hover mouse over the input field. 9 10 a) If Dojo 1.6 is used, the initial value of the textbox is displayed outside the input field: 11 12 [[Image(dojo161.png)]] 13 14 b) If Dojo 1.7 is used, the initial value of the textbox is invisible until hover mouse over the input field: 15 16 [[Image(dojo171.png)]] 11 17 12 18 Expected result: The initial value should be displayed inside the textbox.