Changes between Initial Version and Version 1 of Ticket #16729
- Timestamp:
- Feb 19, 2013, 8:18:27 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16729
- Property Owner set to bill
-
Property
Component
changed from
General
toDijit
-
Property
Summary
changed from
Issue in Displaying Calendar popup in IE browser
toCalendar: Issue in Displaying popup in IE browser when caret browsing is enabled
-
Ticket #16729 – Description
initial v1 1 In IE browser the calendar popup is not displaying(It just flashing) when click on the DateTextBox Button with caret browsing option enabled.1 In IE browser the calendar popup is not displaying(It just flashing) when click on the !DateTextBox Button with caret browsing option enabled. 2 2 3 3 This is because the _onBlur event is calling automatically when it loses the focus from dijit.form.DateTextBox and that called the closeDropDown function.